mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-29 13:14:48 -04:00
feat: hdr support
This commit is contained in:
parent
94d89bdefc
commit
fc2c5ae49f
8 changed files with 211 additions and 63 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue