mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added prev/next workspace for sway
This commit is contained in:
parent
8fff6bd408
commit
390b34655e
@ -140,6 +140,10 @@ bindsym $mod+Control+left exec playerctl -p spotify previous
|
||||
bindsym $mod+Control+down exec playerctl -p spotify play-pause
|
||||
bindsym $mod+Control+right exec playerctl -p spotify next
|
||||
|
||||
# switch to prev/next workspace
|
||||
bindsym $mod+Alt+Left workspace prev
|
||||
bindsym $mod+Alt+Right workspace next
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+ampersand workspace $tag1
|
||||
bindsym $mod+eacute workspace $tag2
|
||||
|
Loading…
Reference in New Issue
Block a user