Merge pull request #1454 from Psykar/idle_inhibitor_timeout

Add a config to set a timeout for the idle_inhibitor module
This commit is contained in:
Alex
2022-05-04 17:27:21 +02:00
committed by GitHub
3 changed files with 31 additions and 1 deletions

View File

@ -63,6 +63,10 @@ screensaving, also known as "presentation mode".
typeof: double ++
Threshold to be used when scrolling.
*timeout*: ++
typeof: double ++
The number of minutes the inhibit should last.
*tooltip*: ++
typeof: bool ++
default: true ++
@ -82,6 +86,7 @@ screensaving, also known as "presentation mode".
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"timeout": 30.5
}
```