feat(systemd-inhibit): remove handle-lid-switch

This commit is contained in:
Matej Cotman
2025-10-05 14:05:22 +03:00
parent d0f065f88c
commit aa7ee6c007
+1 -1
View File
@@ -131,7 +131,7 @@ Singleton {
// Systemd inhibition using systemd-inhibit
function startSystemdInhibition() {
inhibitorProcess.command = ["systemd-inhibit", "--what=idle:sleep:handle-lid-switch", "--why=" + reason, "--mode=block", "sleep", "infinity"]
inhibitorProcess.command = ["systemd-inhibit", "--what=idle:sleep", "--why=" + reason, "--mode=block", "sleep", "infinity"]
inhibitorProcess.running = true
}