1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2025-12-18 15:55:12 +02:00
Files
dotfiles/.bin/no-sleep
2025-04-02 10:15:47 +03:00

4 lines
99 B
Bash
Executable File

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