Added focus_follows_mouse config option

This commit is contained in:
Kim Silkebækken (lokaltog)
2010-01-26 12:10:48 +01:00
committed by Michael Stapelberg
parent 7c7756d75f
commit 7f10970fc7
4 changed files with 14 additions and 1 deletions

View File

@ -44,6 +44,7 @@ ipc-socket { BEGIN(BIND_AWS_COND); return TOKIPCSOCKET; }
ipc_socket { BEGIN(BIND_AWS_COND); return TOKIPCSOCKET; }
new_container { return TOKNEWCONTAINER; }
new_window { return TOKNEWWINDOW; }
focus_follows_mouse { return TOKFOCUSFOLLOWSMOUSE; }
default { yylval.number = MODE_DEFAULT; return TOKCONTAINERMODE; }
stacking { yylval.number = MODE_STACK; return TOKCONTAINERMODE; }
tabbed { yylval.number = MODE_TABBED; return TOKCONTAINERMODE; }