mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
show workspace name when changing workspace
This commit is contained in:
@@ -184,10 +184,13 @@ Restart(char *manager)
|
||||
}
|
||||
}
|
||||
}
|
||||
if (dpy) {
|
||||
#ifdef XSMP_ENABLED
|
||||
wSessionDisconnectManager();
|
||||
wSessionDisconnectManager();
|
||||
#endif
|
||||
XCloseDisplay(dpy);
|
||||
XCloseDisplay(dpy);
|
||||
dpy = NULL;
|
||||
}
|
||||
if (!prog)
|
||||
execvp(Arguments[0], Arguments);
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user