Get rid of references to level up/down.
In v4 syntax, that's focus parent/child.
This commit is contained in:
committed by
Michael Stapelberg
parent
04b5ec8165
commit
485871ffdd
@ -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';
|
||||
|
Reference in New Issue
Block a user