Broke up sway config into multiple files
This commit is contained in:
29
.config/sway/window
Normal file
29
.config/sway/window
Normal 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; \
|
||||
|
||||
Reference in New Issue
Block a user