break change: inhibit_regardless_of_visibility rename to idleinhibit_ignore_visible

This commit is contained in:
DreamMaoMao 2025-12-19 14:40:32 +08:00
parent f35524ed63
commit 61ade6db34
4 changed files with 10 additions and 10 deletions

View file

@ -2025,7 +2025,7 @@ void checkidleinhibitor(struct wlr_surface *exclude) {
toplevel_from_wlr_surface(inhibitor->surface, &c, NULL);
if (inhibit_regardless_of_visibility) {
if (idleinhibit_ignore_visible) {
inhibited = 1;
break;
}