From 8e84b64f4b9037147a67b8aaeb8c175e0c4e25c1 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 26 Jun 2025 12:07:19 +0200 Subject: [PATCH] disable hyprland background --- modules/hm/hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index d29092e..93dcb7d 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -10,6 +10,12 @@ in { "wl-paste --type text --watch cliphist store" # Stores only text data "wl-paste --type image --watch cliphist store" # Stores only image data ]; + + misc = { + disable_hyprland_logo = true; # disables the random Hyprland logo / anime girl background. :( + disable_splash_rendering = true; + }; + input = { kb_layout = "se"; kb_variant = ""; @@ -52,6 +58,7 @@ in { layout = "dwindle"; allow_tearing = false; }; + decoration = { rounding = 10; rounding_power = 4;