mirror of
https://github.com/gryf/wmaker.git
synced 2026-07-13 09:16:32 +02:00
show workspace name when changing workspace
This commit is contained in:
+5
-2
@@ -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