fix: miss reset root color when reload config

This commit is contained in:
DreamMaoMao 2026-02-06 07:43:09 +08:00
parent 8e898417a7
commit 00a7e579c9

View file

@ -3558,6 +3558,8 @@ void reapply_cursor_style(void) {
}
}
void reapply_rootbg(void) { wlr_scene_rect_set_color(root_bg, rootcolor); }
void reapply_border(void) {
Client *c = NULL;
@ -3683,6 +3685,7 @@ void reset_option(void) {
reapply_cursor_style();
reapply_border();
reapply_rootbg();
reapply_keyboard();
reapply_pointer();
reapply_master();