diff --git a/homeManagerModules/desktop/sway/default.nix b/homeManagerModules/desktop/sway/default.nix index a5874d6f..3655b174 100644 --- a/homeManagerModules/desktop/sway/default.nix +++ b/homeManagerModules/desktop/sway/default.nix @@ -392,12 +392,24 @@ titlebar = false; commands = [ { - command = "floating enable; sticky toggle; resize 35% 10%"; + command = "floating enable; sticky toggle; resize 35ppt 10ppt"; criteria = { title = "^Picture-in-Picture$"; app_id = "firefox"; }; } + { + command = "resize set 40ppt 60ppt"; + criteria = { + app_id = "blueberry.py"; + }; + } + { + command = "resize set 40ppt 60ppt"; + criteria = { + app_id = "pavucontrol"; + }; + } ]; }; workspaceAutoBackAndForth = true;