diff options
author | Silas Schöffel <sils@sils.li> | 2024-12-18 00:50:47 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-12-18 00:50:47 +0100 |
commit | 34dc908868b8f2fb0148ef0d7f9ad80e453f6e5a (patch) | |
tree | 3e4b79b4272bd050bca435c8d14a15c593846e15 /modules/hm | |
parent | pamconfig: move to new module tree (diff) | |
download | nix-config-34dc908868b8f2fb0148ef0d7f9ad80e453f6e5a.tar.gz nix-config-34dc908868b8f2fb0148ef0d7f9ad80e453f6e5a.zip |
hyprland: remove shadow decorations
Diffstat (limited to 'modules/hm')
-rw-r--r-- | modules/hm/sils/hyprland.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 3dbfa51..618a594 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -68,9 +68,9 @@ in { #new_optimizations = "on"; }; - drop_shadow = "yes"; - shadow_range = "4"; - shadow_render_power = "3"; + # drop_shadow = "yes"; + # shadow_range = "4"; + # shadow_render_power = "3"; #"col.shadow" = "rgba(1a1a1aee)"; }; |