Skip to content

Commit fda6b69

Browse files
committed
Inhibit sleep instead of idle, #3526
1 parent 5c187d9 commit fda6b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArchiSteamFarm/Core/OS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ private static async Task LinuxKeepSystemActive() {
314314
);
315315

316316
// Colon-separated list of lock types
317-
writer.WriteString("idle");
317+
writer.WriteString("sleep");
318318

319319
// Human-readable, descriptive string of who is taking the lock
320320
writer.WriteString(SharedInfo.PublicIdentifier);

0 commit comments

Comments
 (0)