feat: hdr support

This commit is contained in:
DreamMaoMao 2026-06-24 07:52:20 +08:00
parent 94d89bdefc
commit fc2c5ae49f
8 changed files with 211 additions and 63 deletions

View file

@ -265,4 +265,9 @@ void client_set_group_mon(Client *c, Monitor *m) {
client_change_mon(cur, m);
cur = cur->group_next;
}
}
void handle_client_focus_change(Client *c) {
check_keep_idle_inhibit(c);
check_vrr_enable(c);
}