mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
Disable pager by default
New features like this one should be disabled by default.
This commit is contained in:
@@ -475,7 +475,7 @@ void wWorkspaceForceChange(WScreen * scr, int workspace)
|
||||
if (workspace >= MAX_WORKSPACES || workspace < 0)
|
||||
return;
|
||||
|
||||
if (!wPreferences.disable_workspace_pager && !w_global.process_workspacemap_event)
|
||||
if (wPreferences.enable_workspace_pager && !w_global.process_workspacemap_event)
|
||||
wWorkspaceMapUpdate(scr);
|
||||
|
||||
SendHelperMessage(scr, 'C', workspace + 1, NULL);
|
||||
|
||||
Reference in New Issue
Block a user