xresources: removing focus change ttywrite ref. #182

This commit is contained in:
Bakkeby 2025-08-03 22:19:37 +02:00
parent 92e6c003f7
commit 9328548866

View file

@ -74,9 +74,5 @@ reload_config(int sig)
xhints();
XCloseDisplay(dpy);
/* from https://st.suckless.org/patches/xresources-with-reload-signal */
/* triggers re-render if we're visible */
ttywrite("\033[O", 3, 1);
}
#endif // XRESOURCES_RELOAD_PATCH