Add i3 keybind for swapping to last active workspace

This commit is contained in:
Shaun Reed 2019-09-21 17:15:51 -04:00
parent 8fdc1ff304
commit 26e6f5bda1
1 changed files with 3 additions and 0 deletions

View File

@ -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