在 KUbuntu 中设置演示模式

在 KUbuntu 中设置演示模式

我使用 KDE Plasma 作为 DE,并且我可以在设置中设置演示模式(以防止睡眠),我想问您是否可以在终端中设置它,因为我想为它创建脚本。

演示模式

答案1

# To set presentation mode
inhibit_cookie=$(qdbus org.freedesktop.PowerManagement.Inhibit /org/freedesktop/PowerManagement/Inhibit org.freedesktop.PowerManagement.Inhibit.Inhibit "a name" "a reason")

# To unset presentation mode
qdbus org.freedesktop.PowerManagement.Inhibit /org/freedesktop/PowerManagement/Inhibit org.freedesktop.PowerManagement.Inhibit.UnInhibit $inhibit_cookie


相关内容