Files
tldr/pages.zh/linux/kde-inhibit.md

16 lines
447 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# kde-inhibit
> 在命令运行时抑制各种桌面功能。
> 更多信息:<https://invent.kde.org/plasma/kde-cli-tools/-/blob/master/kdeinhibit/main.cpp>。
- 抑制电源管理:
`kde-inhibit --power {{command}} {{command_arguments}}`
- 抑制屏幕保护程序:
`kde-inhibit --screenSaver {{command}} {{command_arguments}}`
- 启动 VLC并在运行时抑制色彩校正夜间模式
`kde-inhibit --colorCorrect {{vlc}}`