mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-30 13:14:45 -04:00
feat: hdr support
This commit is contained in:
parent
085d65c219
commit
5fb6b230a0
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