mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-12 13:30:01 -05:00
change: change option name bypass_surface_visibility to inhibit_regardless_of_visibility
This commit is contained in:
parent
bd70e2ad92
commit
f7c161b78c
4 changed files with 10 additions and 10 deletions
|
|
@ -66,7 +66,7 @@ unsigned int cursor_hide_timeout = 0;
|
|||
|
||||
unsigned int swipe_min_threshold = 20;
|
||||
|
||||
int bypass_surface_visibility =
|
||||
int inhibit_regardless_of_visibility =
|
||||
0; /* 1 means idle inhibitors will disable idle tracking even if it's
|
||||
surface isn't visible */
|
||||
unsigned int borderpx = 4; /* border pixel of windows */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue