mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
Add option to merge the workspace-switching functionality into the dock
The dock will have the up-right and down-left arrows to change workspaces and the clip will be disabled. That is, if option ClipMergedInDock is set to yes in GNUstep/Defaults/WindowMaker. [not thoroughly tested]
This commit is contained in:
committed by
Carlos R. Mafra
parent
36bed6a77e
commit
878a57d7b2
@@ -859,6 +859,8 @@ void wScreenRestoreState(WScreen * scr)
|
||||
if (!wPreferences.flags.nodock) {
|
||||
state = WMGetFromPLDictionary(scr->session_state, dDock);
|
||||
scr->dock = wDockRestoreState(scr, state, WM_DOCK);
|
||||
/* If clip_merged_in_dock, setting scr->clip_icon is done by
|
||||
* wDockRestoreState()->wDockCreate()->mainIconCreate() */
|
||||
}
|
||||
|
||||
if (!wPreferences.flags.noclip) {
|
||||
|
||||
Reference in New Issue
Block a user