1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:42:07 +02:00
tldr/pages/linux/kde-inhibit.md
2021-08-15 19:59:09 +02:00

362 B

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 color correction (night mode) while it's running:

kde-inhibit --colorCorrect {{vlc}}