summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2019-05-21 00:59:51 +0200
committerJokler <jokler.contact@gmail.com>2019-05-21 00:59:51 +0200
commit6e5c6940402b602921d083ffc206dc3dde6ea56a (patch)
tree0f9d4edee6720a4f42969e6fa20184131efc9614 /.config
parent5dbb2560fcb117b9c9ccaa09c733ca0c0135521e (diff)
downloaddotfiles-6e5c6940402b602921d083ffc206dc3dde6ea56a.tar.gz
dotfiles-6e5c6940402b602921d083ffc206dc3dde6ea56a.zip
i3: Add bindings to cycle through workspaces
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 91fd4ac..86a7e36 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -117,6 +117,10 @@ bindsym $mod+minus workspace $ws_steam
bindsym $mod+g workspace $ws_game
bindsym $mod+m workspace $ws_music
+# Cycle through workspaces
+bindsym $mod+Tab workspace next
+bindsym $mod+Shift+Tab workspace prev
+
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace $ws1
bindsym $mod+Shift+2 move container to workspace $ws2