BREAKS CONFIG: rename 'level up' to 'focus parent'

…and 'level down' to 'focus child'. More intuitive than the old command names.
This commit is contained in:
Michael Stapelberg
2011-06-10 01:36:33 +02:00
parent adb6d9630c
commit 9bbb37bb55
9 changed files with 35 additions and 36 deletions

View File

@ -40,8 +40,11 @@ bindsym Mod1+l layout default
# toggle tiling / floating
bindsym Mod1+Shift+space mode toggle
bindsym Mod1+u level up
#bindsym Mod1+d level down
# focus the parent container
bindsym Mod1+u focus parent
# focus the child container
#bindsym Mod1+d focus child
# Kill current window
bindsym Mod1+c kill