diff --git a/modules/home-manager/desktop/sway/includes/sway.nix b/modules/home-manager/desktop/sway/includes/sway.nix index b94019e..e50acc2 100644 --- a/modules/home-manager/desktop/sway/includes/sway.nix +++ b/modules/home-manager/desktop/sway/includes/sway.nix @@ -169,7 +169,18 @@ in app_id = "^.*"; }; } - ]; + { + command = "border pixel 1"; + criteria = { + app_id = "gcr-prompter"; + }; + } + { + command = "floating enable, resize set 70ppt 70ppt, border pixel 1"; + criteria = { + title = "^Open .*$"; + }; + }]; }; gaps = { smartGaps = true; @@ -196,7 +207,6 @@ in default_orientation auto workspace_layout default font pango:Fira Code Nerd Font Mono 10 - default_border pixel 1 title_align right ''; };