Move pages under tldr, lint run.sh, update docs

This commit is contained in:
2024-02-21 13:58:43 +02:00
parent 3d653cc7e6
commit 2c475fa62d
4806 changed files with 36 additions and 35 deletions

21
tldr/linux/kde-inhibit Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# kde-inhibit
> Inhibit various desktop functions while a command runs.
> More information: <https://invent.kde.org/plasma/kde-cli-tools/-/blob/master/kdeinhibit/main.cpp>.
- Inhibit power management:
`kde-inhibit --power {{command}} {{command_arguments}}`
- Inhibit screen saver:
`kde-inhibit --screenSaver {{command}} {{command_arguments}}`
- Launch VLC, and inhibit color correction (night mode) while it's running:
`kde-inhibit --colorCorrect {{vlc}}`