From ef5252e13ca25a54a90b8816b11d4e68b0b18c66 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Fri, 26 Jul 2024 01:59:14 -0700 Subject: [PATCH] hyprland changes --- modules/desktop/hyprland.nix | 12 ++++++------ modules/desktop/themes/catppuccin/default.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 028ef82..86f279b 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -223,9 +223,9 @@ in { "stayfocused, class:^rofi-" # workspace moving - "workspace 1, class:^firefox" - "workspace 2, class:code-url-handler" - "workspace 4, class:vesktop" + "workspace 1 silent, class:^firefox" + "workspace 2 silent, class:code-url-handler" + "workspace 4 silent, class:vesktop" ]; blurls = [ @@ -249,9 +249,9 @@ in { popups = true; }; - drop_shadow = false; - #shadow_range = 4; - #shadow_render_power = 3; + drop_shadow = true; + shadow_range = 4; + shadow_render_power = 3; }; animations = { diff --git a/modules/desktop/themes/catppuccin/default.nix b/modules/desktop/themes/catppuccin/default.nix index 54987d2..88952b0 100644 --- a/modules/desktop/themes/catppuccin/default.nix +++ b/modules/desktop/themes/catppuccin/default.nix @@ -73,8 +73,8 @@ in { col.inactive_border=$surface0 } decoration { - col.shadow=$surface0 - col.shadow_inactive=$surface0 + col.shadow=$crust + col.shadow_inactive=$crust } misc { background_color=$crust