on second thought, don't change the default behaviour in stable series
This commit is contained in:
parent
70c4e68a03
commit
b182f1483a
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ void config_startup(ObParseInst *i)
|
|||
parse_register(i, "resistance", parse_resistance, NULL);
|
||||
|
||||
config_menu_warppointer = TRUE;
|
||||
config_menu_xorstyle = FALSE;
|
||||
config_menu_xorstyle = TRUE;
|
||||
config_menu_hilightfirst = TRUE;
|
||||
config_menu_hide_delay = 250;
|
||||
config_menu_files = NULL;
|
||||
|
|
Loading…
Reference in a new issue