Support KBD to unfocus parent container
Been missing this for awhile. Useful since I'm using $mod+a more often.
This commit is contained in:
parent
97c156be88
commit
d69d6421b2
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue