mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-05 06:47:12 -04:00
Merge branch 'DreamMaoMao:main' into main
This commit is contained in:
commit
f5688ae233
1 changed files with 3 additions and 0 deletions
|
|
@ -3750,6 +3750,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;
|
||||||
|
|
||||||
|
|
@ -3875,6 +3877,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