1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2025-12-14 14:15:12 +02:00

Add sleep blocker script

This commit is contained in:
2025-04-02 10:15:47 +03:00
parent 9a19debb44
commit 0bb59ae237

3
.bin/no-sleep Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
systemd-inhibit --what=sleep:idle --mode=block bash -c 'while true; do sleep 1; done'