14 lines
497 B
Text
14 lines
497 B
Text
|
|
include $HOME/.config/sway/config.d/window_rules.d/*
|
|
|
|
for_window [shell="xwayland"] title_format "[X] %title"
|
|
|
|
# Discord/Armcord opens in scratchpad
|
|
for_window [class="ArmCord$"] move scratchpad, floating enable, scratchpad hide
|
|
for_window [class="discord$"] move scratchpad, floating enable, scratchpad hide
|
|
|
|
# Thunderbird assigned to workspace 9
|
|
assign [title="Mozilla Thunderbird$"] workspace "9:"
|
|
|
|
# Sonixd assigned to workspace 10
|
|
assign [title="^Sonixd$"] workspace "10:"
|