mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
Disable pager by default
New features like this one should be disabled by default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user