summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Holman <dholman@gymli.org>2018-04-08 00:27:03 -0500
committerDaniel Holman <dholman@gymli.org>2018-04-08 00:27:03 -0500
commitd7f1750663d2265fea2db28e6b18efe08d709435 (patch)
tree0b5054da85ab6e8f424c2ac7e84bce22c6fd757d
parentce86b3802b591eed658670057f5e0e61fbeafa05 (diff)
Added new custom keybinds to i3 config
Added a quasi Alt+Tab feature into my i3 config file. It allows one to press Mod+Tab to focus on the next workspace with a window and Mod+Shift+Tab for previous workspace
-rw-r--r--.config/i3/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config
index d7f5661..9c2e667 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -164,6 +164,8 @@ bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10%
bindsym $mod+Print exec --no-startup-id gnome-screenshot
bindsym $mod+Shift+p exec --no-startup-id gnome-screenshot -w
bindsym $mod+Shift+s mode "$mode_system"
+bindsym $mod+Tab workspace next
+bindsym $mod+Shift+Tab workspace prev
# Gap stuff
hide_edge_borders both