mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-13 05:34:08 -04:00
fix: miss reset root color when reload config
This commit is contained in:
parent
8e898417a7
commit
00a7e579c9
1 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
void reapply_border(void) {
|
||||||
Client *c = NULL;
|
Client *c = NULL;
|
||||||
|
|
||||||
|
|
@ -3683,6 +3685,7 @@ void reset_option(void) {
|
||||||
|
|
||||||
reapply_cursor_style();
|
reapply_cursor_style();
|
||||||
reapply_border();
|
reapply_border();
|
||||||
|
reapply_rootbg();
|
||||||
reapply_keyboard();
|
reapply_keyboard();
|
||||||
reapply_pointer();
|
reapply_pointer();
|
||||||
reapply_master();
|
reapply_master();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue