mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-29 07:58:21 -04: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
|
|
@ -80,7 +80,7 @@ uint32_t cursor_hide_timeout = 0;
|
|||
|
||||
uint32_t swipe_min_threshold = 1;
|
||||
|
||||
int inhibit_regardless_of_visibility =
|
||||
int idleinhibit_ignore_visible =
|
||||
0; /* 1 means idle inhibitors will disable idle tracking even if it's
|
||||
surface isn't visible */
|
||||
uint32_t borderpx = 4; /* border pixel of windows */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue