diff --git a/patch/xresources.c b/patch/xresources.c index ba3d985..5617b1a 100644 --- a/patch/xresources.c +++ b/patch/xresources.c @@ -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