1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2026-05-20 01:45:03 +03:00

Add sleep blocker script

This commit is contained in:
2025-04-02 10:15:47 +03:00
parent 9a19debb44
commit 0bb59ae237
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
systemd-inhibit --what=sleep:idle --mode=block bash -c 'while true; do sleep 1; done'