Commit d90de9c2 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed select child to mod+z (matches close to mod+a for focus parent).

parent 88c2d537
...@@ -210,7 +210,7 @@ bindsym $mod+$mod_next+Shift+d exec xprop -id $(xdotool getactivewindow) -remove ...@@ -210,7 +210,7 @@ bindsym $mod+$mod_next+Shift+d exec xprop -id $(xdotool getactivewindow) -remove
# focus the parent container # focus the parent container
bindsym $mod+a focus parent bindsym $mod+a focus parent
bindsym $mod+Escape focus child bindsym $mod+z focus child
# move the currently focused window to the scratchpad # move the currently focused window to the scratchpad
bindsym $mod+Shift+Tab move scratchpad bindsym $mod+Shift+Tab move scratchpad
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment