diff options
author | Debian Live user <user@debian-BULLSEYE-live-builder-AMD64> | 2023-04-29 16:33:45 -0400 |
---|---|---|
committer | Debian Live user <user@debian-BULLSEYE-live-builder-AMD64> | 2023-04-29 16:33:45 -0400 |
commit | 3773fa622b32d996ba8b1f18bc817142856fcf67 (patch) | |
tree | 3aeace10ab36301939b900e96fb61494f2070e03 /dot/config | |
parent | 8bed55d71745f8eb7bb0dc3e1140fa725dd7767e (diff) |
i3: bind mod+Tab
Diffstat (limited to 'dot/config')
-rw-r--r-- | dot/config/i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot/config/i3/config b/dot/config/i3/config index 9d27da4..9bc3930 100644 --- a/dot/config/i3/config +++ b/dot/config/i3/config | |||
@@ -58,6 +58,7 @@ bindsym $mod+p exec --no-startup-id dmenu_run | |||
58 | # it would be nicer if jk and hl were interchangeable in vsplit and hsplit modes. | 58 | # it would be nicer if jk and hl were interchangeable in vsplit and hsplit modes. |
59 | bindsym $mod+h focus left | 59 | bindsym $mod+h focus left |
60 | bindsym $mod+j focus down | 60 | bindsym $mod+j focus down |
61 | bindsym $mod+Tab focus down | ||
61 | bindsym $mod+k focus up | 62 | bindsym $mod+k focus up |
62 | bindsym $mod+l focus right | 63 | bindsym $mod+l focus right |
63 | 64 | ||