mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 04:45:57 +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