Rework sway configuration
This commit is contained in:
parent
f27fa828f0
commit
f8d84d44ab
26 changed files with 271 additions and 0 deletions
23
config/sway/conf.d/workspaces.config
Normal file
23
config/sway/conf.d/workspaces.config
Normal file
|
@ -0,0 +1,23 @@
|
|||
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.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
|
Reference in a new issue