mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
Merge branch 'wmdrawer' into next
This commit is contained in:
@@ -747,6 +747,14 @@ void StartUp(Bool defaultScreenOnly)
|
||||
}
|
||||
}
|
||||
}
|
||||
/* auto-launch apps in drawers */
|
||||
if (!wPreferences.flags.nodrawer) {
|
||||
WDrawerChain *dc;
|
||||
for (dc = wScreen[j]->drawers; dc; dc = dc->next) {
|
||||
wScreen[j]->last_dock = dc->adrawer;
|
||||
wDockDoAutoLaunch(dc->adrawer, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* go to workspace where we were before restart */
|
||||
|
||||
Reference in New Issue
Block a user