mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 22:52:34 +01:00
Disable pager by default
New features like this one should be disabled by default.
This commit is contained in:
@@ -1622,7 +1622,7 @@ static void handleKeyPress(XEvent * event)
|
||||
break;
|
||||
|
||||
case WKBD_WORKSPACEMAP:
|
||||
if (!wPreferences.disable_workspace_pager)
|
||||
if (wPreferences.enable_workspace_pager)
|
||||
StartWorkspaceMap(scr);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user