mirror of
https://github.com/mangowm/mango.git
synced 2026-05-02 14:27:27 -07:00
fix: miss reset root color when reload config
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user