26 lines
829 B
Text
26 lines
829 B
Text
set $ws1 1:
|
|
set $ws2 2:
|
|
set $ws3 3:
|
|
set $ws4 4:
|
|
set $ws5 5:
|
|
set $ws6 6:
|
|
set $ws7 7:
|
|
|
|
# Windows
|
|
assign [app_id="^firefox$"] $ws3
|
|
assign [app_id="KeePassXC$"] $ws3
|
|
assign [app_id="org.qutebrowser.qutebrowser"] $ws3
|
|
assign [app_id="org.remmina.*"] $ws5
|
|
assign [app_id="homebank"] $ws6
|
|
assign [app_id="org.inkscape.Inkscape"] $ws7
|
|
assign [app_id="^libreoffice-*"] $ws6
|
|
assign [class="Gimp"] $ws7
|
|
|
|
# Manage float windows
|
|
for_window [app_id="imv"] floating enable
|
|
for_window [app_id="org.pwmt.zathura"] floating enable
|
|
for_window [app_id="^launcher$"] floating enable, resize set 800px 400px
|
|
for_window [title="Remmina Remote Desktop Client"] floating enable
|
|
for_window [app_id="pavucontrol"] floating enable, resize set 600px 400px
|
|
for_window [title="^Open .*$"] floating enable, resize set 900px 700px
|
|
|