summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/sway/config11
1 files changed, 10 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 971f7ad..11a34ac 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -283,7 +283,15 @@ floating_modifier $mod normal
for_window [app_id = "floating"] floating enable
for_window [app_id = "floating_update"] floating enable
-for_window [title = "^Open File$"] floating enable
+for_window [app_id = "keepassxc"] floating enable
+for_window [title = "^Open File$"] {
+ floating enable
+ resize set 900 800 px
+}
+for_window [app_id = "mpv"] {
+ floating enable
+ resize set 1024 1000 px
+}
for_window [app_id = "pavucontrol"] {
floating enable
resize set 900 800 px
@@ -302,6 +310,7 @@ for_window [app_id="waybar" floating] {
move position cursor
move down 60px
}
+focus_on_window_activation focus
bar {
id mainbar