about summary refs log tree commit diff
path: root/configs/shared
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-28T17·29+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-28T17·29+0000
commitd69d6421b2fcd64f210b8d29ad0583de025e52aa (patch)
tree0d3f1f862dc1da0daa2f901b6e01e5b6aea82a4f /configs/shared
parent97c156be88b5988c2ac7d580ef88ad7c4a6a2a71 (diff)
Support KBD to unfocus parent container
Been missing this for awhile. Useful since I'm using $mod+a more often.
Diffstat (limited to 'configs/shared')
-rw-r--r--configs/shared/misc/.config/i3/config.shared1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/shared/misc/.config/i3/config.shared b/configs/shared/misc/.config/i3/config.shared
index a81a47b31b1c..03022907b7a1 100644
--- a/configs/shared/misc/.config/i3/config.shared
+++ b/configs/shared/misc/.config/i3/config.shared
@@ -146,6 +146,7 @@ bindsym $mod+f focus mode_toggle
 
 # focus the parent container
 bindsym $mod+a focus parent
+bindsym $mod+Shift+a focus child
 
 # Define names for default workspaces for which we configure key bindings later on.
 # We use variables to avoid repeating the names in multiple places.