opt: disable vrr when focus empty tag if not global enable vrr

This commit is contained in:
DreamMaoMao 2026-06-24 12:16:42 +08:00
parent 041a06e659
commit 5639b0728a
2 changed files with 18 additions and 9 deletions

View file

@ -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);
}