change the config parser to use default_orientation instead of new_container_orientation
It’s a shorter and probably more meaningful description as it is not immediately clear what a container exactly is when first installing i3.
This commit is contained in:
@ -224,7 +224,7 @@ void parse_file(const char *f) {
|
||||
%token TOKCOLOR
|
||||
%token TOKARROW "→"
|
||||
%token TOKMODE "mode"
|
||||
%token TOK_ORIENTATION "new_container_orientation"
|
||||
%token TOK_ORIENTATION "default_orientation"
|
||||
%token TOK_HORIZ "horizontal"
|
||||
%token TOK_VERT "vertical"
|
||||
%token TOK_AUTO "auto"
|
||||
|
Reference in New Issue
Block a user