From 899f706e3fd0c3c5aaad0c837cc5b09c1af4206d Mon Sep 17 00:00:00 2001 From: atagen Date: Sat, 19 Aug 2023 00:02:51 +1000 Subject: [PATCH] persway/flashfocus --- home/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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";