Broke up sway config into multiple files

This commit is contained in:
2026-02-12 20:49:52 +01:00
parent 40bb01e3a3
commit ab09268eaa
9 changed files with 267 additions and 323 deletions

29
.config/sway/window Normal file
View File

@@ -0,0 +1,29 @@
# Default window settings
title_align center
default_border normal
# Application specific window settings
for_window [class="plasma.emojier"] floating enable
for_window [class="Solaar"] floating enable
for_window [class="Arandr"] floating enable
for_window [class="OVPN"] floating enable
for_window [title="Bitwarden"] floating enable
for_window [title="Bitwarden"] resize set width 500 px height 700 px
for_window [title="Extension.*"] floating enable
for_window [title="Extension.*"] resize set width 500 px height 700 px
for_window [title="Alacritty"] border none
for_window [title=".*Mozilla Firefox"] border none
for_window [title=".*LibreWolf"] border none
for_window [title="Bolt Launcher"] floating enable
for_window [title="Bolt Launcher"] border none
for_window [title="RuneLite.*"] floating enable
for_window [title="RuneLite.*"] border none
for_window [title="RuneLite.*"] resize set width 2440 px height 1420 px
for_window [class="steam"] \
fullscreen disable; \
floating enable; \
border pixel 0; \
resize set $display_w $display_h; \
move absolute position 0 0; \