From 390b34655ea9babbfaaad037690b334f9309bdcd Mon Sep 17 00:00:00 2001 From: eoli3n Date: Wed, 8 Nov 2023 23:20:32 +0100 Subject: [PATCH] added prev/next workspace for sway --- roles/sway/templates/config.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/sway/templates/config.j2 b/roles/sway/templates/config.j2 index 5c7c928..ef6df67 100644 --- a/roles/sway/templates/config.j2 +++ b/roles/sway/templates/config.j2 @@ -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