From d7f1750663d2265fea2db28e6b18efe08d709435 Mon Sep 17 00:00:00 2001 From: Daniel Holman Date: Sun, 8 Apr 2018 00:27:03 -0500 Subject: 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 --- .config/i3/config | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/i3') 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 -- cgit v1.2.3