Get rid of references to level up/down.

In v4 syntax, that's focus parent/child.
This commit is contained in:
Fernando Tarlá Cardoso Lemos
2012-05-27 01:44:29 -03:00
committed by Michael Stapelberg
parent 04b5ec8165
commit 485871ffdd
4 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@ my $mid = open_window;
my $right = open_window;
# go to workspace level
sync_cmd 'level up';
sync_cmd 'focus parent';
# make it floating
sync_cmd 'mode toggle';