kde-inhibit: add page (#4976)

This commit is contained in:
Axel Navarro 2020-12-27 07:21:13 -03:00 committed by GitHub
parent 981b2bea36
commit f609506037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
# kde-inhibit
> Inhibit various desktop functions while a command runs.
- Inhibit power management:
`kde-inhibit --power {{command}} {{command_arguments}}`
- Inhibit screen saver:
`kde-inhibit --screenSaver {{command}} {{command_arguments}}`
- Launch vlc, and inhibit colour correction (night mode) while it's running:
`kde-inhibit --colorCorrect {{vlc}}`