cfgparse: use different literal strings for ambiguous keywords in bar context
This commit is contained in:
parent
499d4c11e0
commit
31cb3dda8d
|
@ -693,14 +693,14 @@ void parse_file(const char *f) {
|
||||||
%token TOK_BAR_OUTPUT "output (bar)"
|
%token TOK_BAR_OUTPUT "output (bar)"
|
||||||
%token TOK_BAR_TRAY_OUTPUT "tray_output"
|
%token TOK_BAR_TRAY_OUTPUT "tray_output"
|
||||||
%token TOK_BAR_SOCKET_PATH "socket_path"
|
%token TOK_BAR_SOCKET_PATH "socket_path"
|
||||||
%token TOK_BAR_MODE "mode"
|
%token TOK_BAR_MODE "mode (bar)"
|
||||||
%token TOK_BAR_HIDE "hide"
|
%token TOK_BAR_HIDE "hide"
|
||||||
%token TOK_BAR_DOCK "dock"
|
%token TOK_BAR_DOCK "dock"
|
||||||
%token TOK_BAR_POSITION "position"
|
%token TOK_BAR_POSITION "position"
|
||||||
%token TOK_BAR_BOTTOM "bottom"
|
%token TOK_BAR_BOTTOM "bottom"
|
||||||
%token TOK_BAR_TOP "top"
|
%token TOK_BAR_TOP "top"
|
||||||
%token TOK_BAR_STATUS_COMMAND "status_command"
|
%token TOK_BAR_STATUS_COMMAND "status_command"
|
||||||
%token TOK_BAR_FONT "font"
|
%token TOK_BAR_FONT "font (bar)"
|
||||||
%token TOK_BAR_WORKSPACE_BUTTONS "workspace_buttons"
|
%token TOK_BAR_WORKSPACE_BUTTONS "workspace_buttons"
|
||||||
%token TOK_BAR_VERBOSE "verbose"
|
%token TOK_BAR_VERBOSE "verbose"
|
||||||
%token TOK_BAR_COLORS "colors"
|
%token TOK_BAR_COLORS "colors"
|
||||||
|
|
Loading…
Reference in New Issue