System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.