43 lines
2.5 KiB
Text
43 lines
2.5 KiB
Text
|
|
# Add X indicator to xwayland windows
|
|
for_window [shell="xwayland"] title_format "[X] %title"
|
|
|
|
# float applet windows
|
|
for_window [app_id="pavucontrol-qt$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width 400, resize set height 400, border pixel 3, move absolute position 1650 50
|
|
for_window [app_id="nm-connection-editor$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width 400, resize set height 400, border pixel 3, move absolute position 1800 50
|
|
for_window [app_id="blueman-manager$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width 400, resize set height 400, border pixel 3, move absolute position 1800 60
|
|
for_window [app_id="nextcloud$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width 600, resize set height 500, border pixel 3, move absolute position 1940 60
|
|
for_window [app_id="scrcpy"] floating enable, border none, move scratchpad, scratchpad show, resize set width 600, resize set height 1300, border pixel 3, move absolute position 20 60
|
|
#, resize set width 600, resize set height 500, border pixel 3, move absolute position 1940 60
|
|
|
|
# Armcord opens in scratchpad
|
|
for_window [class="ArmCord$"] move scratchpad, floating enable, scratchpad hide
|
|
|
|
# Thunderbird assigned to workspace 3
|
|
assign [title="Mozilla Thunderbird$"] workspace 3
|
|
|
|
# Sonixd assigned to workspace 4
|
|
assign [title="^Sonixd$"] workspace 4
|
|
|
|
#
|
|
# ScratchPad - Dropdown Windows
|
|
#
|
|
# General dropdown window traits. The order can matter.
|
|
for_window [title="Dropdown *"] floating enable
|
|
for_window [title="Dropdown *"] move scratchpad
|
|
for_window [title="Dropdown *"] sticky enable
|
|
for_window [title="Dropdown *"] scratchpad show
|
|
for_window [title="Dropdown *"] resize set width 625
|
|
for_window [title="Dropdown *"] resize set height 400
|
|
for_window [title="Dropdown *"] border pixel 3
|
|
for_window [title="Dropdown *"] move position center
|
|
|
|
# General dropdown window traits. The order can matter.
|
|
for_window [title="Dropdown Launcher*"] floating enable
|
|
for_window [title="Dropdown Launcher*"] move scratchpad
|
|
for_window [title="Dropdown Launcher*"] sticky enable
|
|
for_window [title="Dropdown Launcher*"] scratchpad show
|
|
for_window [title="Dropdown Launcher*"] resize set width 225
|
|
for_window [title="Dropdown Launcher*"] resize set height 100
|
|
for_window [title="Dropdown Launcher*"] border pixel 0
|
|
for_window [title="Dropdown Launcher*"] move position center
|