feat(sway): start assigning apps to workspaces
This commit is contained in:
parent
6e0fa3fdfe
commit
0a6d1f8e3a
|
@ -253,4 +253,10 @@ exec configure-gtk
|
|||
bindsym --locked XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.2
|
||||
bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.2
|
||||
|
||||
assign [app_id="Alacritty"] workspace 1
|
||||
assign [app_id="firefox"] workspace 2
|
||||
assign [class="Slack"] workspace 10
|
||||
assign [class="discord"] workspace 10
|
||||
# Get app_id with swaymsg -t get_tree
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
|
Loading…
Reference in a new issue