Disable pager by default

New features like this one should be disabled by default.
This commit is contained in:
Carlos R. Mafra
2015-07-25 17:45:28 -03:00
parent fee129b181
commit fc437783f9
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -363,8 +363,8 @@ WDefaultEntry staticOptionList[] = {
NULL, getBool, setClipMergedInDock, NULL, NULL},
{"DisableMiniwindows", "NO", NULL,
&wPreferences.disable_miniwindows, getBool, NULL, NULL, NULL},
{"DisableWorkspacePager", "NO", NULL,
&wPreferences.disable_workspace_pager, getBool, NULL, NULL, NULL}
{"EnableWorkspacePager", "NO", NULL,
&wPreferences.enable_workspace_pager, getBool, NULL, NULL, NULL}
};
#define NUM2STRING_(x) #x