mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -04:00
opt: optimize format
This commit is contained in:
parent
21c15c07dd
commit
656b6d12f4
1 changed files with 3 additions and 3 deletions
|
|
@ -2290,9 +2290,9 @@ void set_value_default() {
|
||||||
config.swipe_min_threshold = swipe_min_threshold;
|
config.swipe_min_threshold = swipe_min_threshold;
|
||||||
|
|
||||||
config.inhibit_regardless_of_visibility =
|
config.inhibit_regardless_of_visibility =
|
||||||
inhibit_regardless_of_visibility; /* 1 means idle inhibitors will disable idle
|
inhibit_regardless_of_visibility; /* 1 means idle inhibitors will
|
||||||
tracking even if it's surface isn't
|
disable idle tracking even if it's surface
|
||||||
visible
|
isn't visible
|
||||||
*/
|
*/
|
||||||
|
|
||||||
config.borderpx = borderpx;
|
config.borderpx = borderpx;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue