From 9328548866e94ac9df043651a25dd1704fa9b454 Mon Sep 17 00:00:00 2001 From: Bakkeby Date: Sun, 3 Aug 2025 22:19:37 +0200 Subject: [PATCH] xresources: removing focus change ttywrite ref. #182 --- patch/xresources.c | 4 ---- 1 file changed, 4 deletions(-) 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