Merge pull request #423 from matejc/main

systemd-inhibit: remove handle-lid-switch
This commit is contained in:
Lemmy
2025-10-05 08:14:49 -04:00
committed by GitHub
+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
}