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

@ -48,7 +48,7 @@ sleep 0.25;
# Set the parent to floating
#####################################################################
cmd 'nop setting floating';
cmd 'level up';
cmd 'focus parent';
cmd 'mode floating';
#####################################################################