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:
committed by
Carlos R. Mafra
parent
ea8f18aff1
commit
519302223c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user