Files
dotfiles/.config/sway/window

30 lines
1.1 KiB
Plaintext

# 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; \