CONFIG BREAK: kick the 'next'/'prev' commands, introduce 'focus left' etc.

Instead of the cryptic next/prev commands, we now provide an argument to the
focus command. Userguide and default config is updated.
This commit is contained in:
Michael Stapelberg
2011-06-08 20:49:49 +02:00
parent 30501e7c8a
commit d68e4710fe
11 changed files with 66 additions and 78 deletions

View File

@ -64,11 +64,11 @@ cmd 'split v';
$first = open_empty_con($i3);
my $bottom = open_empty_con($i3);
cmd 'prev v';
cmd 'focus up';
cmd 'split h';
my $middle = open_empty_con($i3);
my $right = open_empty_con($i3);
cmd 'next v';
cmd 'focus down';
# We have the following layout now (second is focused):
# .----------------------------.