From b8a29266cc546314c91fc1021917cb0ca9243d26 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sun, 27 Aug 2023 18:23:18 +0200 Subject: [PATCH] sway: fix window automation --- modules/desktop/sway.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/desktop/sway.nix b/modules/desktop/sway.nix index f41d337..3dea7bb 100644 --- a/modules/desktop/sway.nix +++ b/modules/desktop/sway.nix @@ -72,8 +72,8 @@ floating = { criteria = [ { app_id = "org.keepassxc.KeePassXC"; } - { title = "Volume Control"; } - { title = "wdisplays"; } + { app_id = "pavucontrol"; } + { app_id = "wdisplays"; } ]; }; focus = { @@ -81,6 +81,7 @@ followMouse = "no"; }; gaps = { + # Disable borders on workspaces with a single container smartBorders = "no_gaps"; }; window = {