typo
This commit is contained in:
parent
22f38541c5
commit
6b79b47f23
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ void plugin_setup_config()
|
||||||
config_set("focus.followMouse", Config_Bool, val);
|
config_set("focus.followMouse", Config_Bool, val);
|
||||||
config_def_set(config_def_new("focus.focusNew", Config_Bool,
|
config_def_set(config_def_new("focus.focusNew", Config_Bool,
|
||||||
"Focus New Windows",
|
"Focus New Windows",
|
||||||
"Focus windows when they first appear "));
|
"Focus windows when they first appear."));
|
||||||
val.bool = TRUE;
|
val.bool = TRUE;
|
||||||
config_set("focus.focusNew", Config_Bool, val);
|
config_set("focus.focusNew", Config_Bool, val);
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue