Add i3 keybind for swapping to last active workspace
This commit is contained in:
parent
8fdc1ff304
commit
26e6f5bda1
|
@ -167,6 +167,9 @@ bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
|
|||
bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
|
||||
|
||||
# Kapper
|
||||
# Bind to swap to previous / last workspace
|
||||
bindsym $mod+Tab workspace back_and_forth
|
||||
|
||||
# Bind Mod+C to restart polybars
|
||||
bindsym $mod+c exec /home/kapper/.config/polybar/start-polybar.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue