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

@ -9,8 +9,8 @@ use i3test;
fresh_workspace;
cmd 'open';
cmd 'level up';
cmd 'level up';
cmd 'focus parent';
cmd 'focus parent';
cmd 'mode toggle';
does_i3_live;