diff --git a/Services/IdleInhibitorService.qml b/Services/IdleInhibitorService.qml index d55bcff2..a1f789d0 100644 --- a/Services/IdleInhibitorService.qml +++ b/Services/IdleInhibitorService.qml @@ -131,7 +131,7 @@ Singleton { // Systemd inhibition using systemd-inhibit function startSystemdInhibition() { - inhibitorProcess.command = ["systemd-inhibit", "--what=idle:sleep", "--why=" + reason, "--mode=block", "sleep", "infinity"] + inhibitorProcess.command = ["systemd-inhibit", "--what=idle", "--why=" + reason, "--mode=block", "sleep", "infinity"] inhibitorProcess.running = true }