make switchpanel configurable

This commit is contained in:
Haroldo
2019-07-14 17:43:28 +01:00
committed by Carlos R. Mafra
parent 4477ae4da4
commit 3665410377
4 changed files with 62 additions and 37 deletions
+3 -1
View File
@@ -349,7 +349,9 @@ WDefaultEntry staticOptionList[] = {
{"DisableMiniwindows", "NO", NULL,
&wPreferences.disable_miniwindows, getBool, NULL, NULL, NULL},
{"EnableWorkspacePager", "NO", NULL,
&wPreferences.enable_workspace_pager, getBool, NULL, NULL, NULL}
&wPreferences.enable_workspace_pager, getBool, NULL, NULL, NULL},
{"SwitchPanelIconSize", "48", NULL,
&wPreferences.switch_panel_icon_size, getInt, NULL, NULL, NULL},
};
#define NUM2STRING_(x) #x