From 218c6d49a008630c70fd729c2ae05cce1f78d2c7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 28 Apr 2024 20:26:39 -0400 Subject: [PATCH] sway: fixed syntax error in window rules --- homeManagerModules/desktop/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/desktop/sway/default.nix b/homeManagerModules/desktop/sway/default.nix index 40798a87..3c1d724b 100644 --- a/homeManagerModules/desktop/sway/default.nix +++ b/homeManagerModules/desktop/sway/default.nix @@ -409,7 +409,7 @@ }; } { - command = "floating enable, resize set 70% 20%, sticky enable"; + command = "floating enable; sticky toggle; resize 35% 10%"; criteria = { title = "^Picture-in-Picture$"; app_id = "firefox";