mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-29 13:14:48 -04:00
opt: disable vrr when focus empty tag if not global enable vrr
This commit is contained in:
parent
041a06e659
commit
5639b0728a
2 changed files with 18 additions and 9 deletions
|
|
@ -265,9 +265,4 @@ 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