Merge branch 'DreamMaoMao:main' into main

This commit is contained in:
Talmed 2026-02-06 18:27:51 +11:00 committed by GitHub
commit f5688ae233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {
Client *c = NULL;
@ -3875,6 +3877,7 @@ void reset_option(void) {
reapply_cursor_style();
reapply_border();
reapply_rootbg();
reapply_keyboard();
reapply_pointer();
reapply_master();