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:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
systemd-inhibit --what=sleep:idle --mode=block bash -c 'while true; do sleep 1; done'
|
||||
Reference in New Issue
Block a user