mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-22 01:40:22 -05:00
break change: inhibit_regardless_of_visibility rename to idleinhibit_ignore_visible
This commit is contained in:
parent
f35524ed63
commit
61ade6db34
4 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue