From 3db1bac8f9d017b1b103ddbfc854789e161f2f8d Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Wed, 14 May 2025 11:02:37 +0800 Subject: [PATCH] opt: update cursor_hide status after reload_config --- src/config/parse_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/parse_config.h b/src/config/parse_config.h index 5b16acd..87bcf63 100644 --- a/src/config/parse_config.h +++ b/src/config/parse_config.h @@ -1961,6 +1961,7 @@ void reload_config(const Arg *arg) { Keyboard *kb; parse_config(); init_baked_points(); + handlecursoractivity(); run_exec(); // reset border width when config change