mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
xresources reload: should close the display after being finished with the connection (if not then it can cause "Maximum amount of clients reached" errors after some time)
This commit is contained in:
parent
f0bad9ac44
commit
9e0e419781
@ -63,5 +63,6 @@ reload_config(int sig)
|
||||
config_init(dpy);
|
||||
xloadcols();
|
||||
redraw();
|
||||
XCloseDisplay(dpy);
|
||||
}
|
||||
#endif // XRESOURCES_RELOAD_PATCH
|
||||
|
Loading…
Reference in New Issue
Block a user