mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-09 15:24:12 +01:00
WPrefs: add workspace pager configuration
This patch is adding a checkbox in the expert zone to disable completely the workspace pager and add an entry in keyshortcut preference to set the shortcut used to open the pager with the action "Open workspace pager". The default frame background can be configured by setting an optional variable "WorkspaceMapBack" from WindowMaker conf file as in: WorkspaceMapBack = (tpixmap, "/tmp/testme.png", gray20); or WorkspaceMapBack = (solid, "#2c2482");
This commit is contained in:
committed by
Carlos R. Mafra
parent
c10469264d
commit
ea8f18aff1
@@ -43,6 +43,9 @@ static const struct {
|
||||
{ N_("Disable miniwindows (icons for minimized windows). For use with KDE/GNOME."),
|
||||
/* default: */ False, OPTION_WMAKER, "DisableMiniwindows" },
|
||||
|
||||
{ N_("Disable workspace pager"),
|
||||
/* default: */ False, OPTION_WMAKER, "DisableWorkspacePager" },
|
||||
|
||||
{ N_("Do not set non-WindowMaker specific parameters (do not use xset)."),
|
||||
/* default: */ False, OPTION_USERDEF, "NoXSetStuff" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user