opt: update cursor_hide status after reload_config

This commit is contained in:
DreamMaoMao 2025-05-14 11:02:37 +08:00
parent 5517bbbbb2
commit 3db1bac8f9

View file

@ -1961,6 +1961,7 @@ void reload_config(const Arg *arg) {
Keyboard *kb; Keyboard *kb;
parse_config(); parse_config();
init_baked_points(); init_baked_points();
handlecursoractivity();
run_exec(); run_exec();
// reset border width when config change // reset border width when config change