Rename new_container to workspace_layout

This commit is contained in:
Michael Stapelberg
2011-04-02 21:49:35 +02:00
parent 650eebc347
commit c3b4006f6b
2 changed files with 6 additions and 6 deletions

View File

@ -96,7 +96,7 @@ default_orientation { return TOK_ORIENTATION; }
horizontal { return TOK_HORIZ; }
vertical { return TOK_VERT; }
auto { return TOK_AUTO; }
new_container { return TOKNEWCONTAINER; }
workspace_layout { return TOK_WORKSPACE_LAYOUT; }
new_window { return TOKNEWWINDOW; }
normal { return TOK_NORMAL; }
none { return TOK_NONE; }