diff --git a/home/home.nix b/home/home.nix index 66591c9..645b9de 100644 --- a/home/home.nix +++ b/home/home.nix @@ -68,6 +68,7 @@ in { gtk-engine-murrine persway + flashfocus ] ++ pkgs.rice.fonts.pkgs ++ pkgs.rice.icons.pkgs; @@ -198,7 +199,8 @@ in { {command = "swayosd --max-volume 100";} {command = "keepassxc";} {command = "swaync";} - {command = "persway daemon -d spiral";} + {command = "persway daemon -d spiral -f \"[tiling] opacity 0.98; opacity 1\"";} + {command = "flashfocus -o 0.95 -t 175 -n 30 --no-flash-fullscreen -l on_open_close";} ]; terminal = "kitty"; modifier = "Mod4";