It’s a shorter and probably more meaningful description as it is not
immediately clear what a container exactly is when first installing i3.
ipc-socket { BEGIN(BIND_AWS_COND); return TOKIPCSOCKET; }
ipc_socket { BEGIN(BIND_AWS_COND); return TOKIPCSOCKET; }
restart_state { BEGIN(BIND_AWS_COND); return TOKRESTARTSTATE; }
-new_container_orientation { return TOK_ORIENTATION; }
+default_orientation { return TOK_ORIENTATION; }
horizontal { return TOK_HORIZ; }
vertical { return TOK_VERT; }
auto { return TOK_AUTO; }
%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"