mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 17:26:01 +02:00
kde-inhibit: add page (#4976)
This commit is contained in:
parent
981b2bea36
commit
f609506037
1 changed files with 15 additions and 0 deletions
15
pages/linux/kde-inhibit.md
Normal file
15
pages/linux/kde-inhibit.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue