1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-26 19:01:25 +02:00

wmaker: add workspace pager underlying configuration

This path is adding the functions and variables needed for workspace pager preferences.
An option to enable/disable the workspace pager, and one to set a default background image.
This commit is contained in:
David Maciejak
2014-12-04 13:34:56 +07:00
committed by Carlos R. Mafra
parent ea8f18aff1
commit 519302223c
4 changed files with 32 additions and 1 deletions
+4
View File
@@ -393,6 +393,8 @@ extern struct WPreferences {
char sticky_icons; /* If miniwindows will be onmipresent */
char dont_confirm_kill; /* do not confirm Kill application */
char disable_miniwindows;
char disable_workspace_pager;
char dont_blink; /* do not blink icon selection */
/* Appearance options */
@@ -455,6 +457,8 @@ extern struct WPreferences {
RImage *swtileImage;
RImage *swbackImage[9];
union WTexture *wsmbackTexture;
int show_clip_title;
struct {