1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

Wrap appicons when dock is moved up and down

Add WrapAppiconsInDock option to control that behaviour (default: YES)
This commit is contained in:
Daniel Déchelotte
2013-04-12 01:42:45 +02:00
committed by Carlos R. Mafra
parent 3c628d50d2
commit 36bed6a77e
3 changed files with 92 additions and 16 deletions

View File

@@ -434,6 +434,7 @@ typedef struct WPreferences {
unsigned int nodock:1; /* don't display the dock */
unsigned int noclip:1; /* don't display the clip */
unsigned int nodrawer:1; /* don't use drawers */
unsigned int wrap_appicons_in_dock:1; /* Whether to wrap appicons when Dock is moved up and down */
unsigned int noupdates:1; /* don't require ~/GNUstep (-static) */
unsigned int noautolaunch:1; /* don't autolaunch apps */
unsigned int norestore:1; /* don't restore session */