1
0
shell-scripts/disable-sleep
2023-06-04 16:32:00 +03:00

5 lines
128 B
Bash
Executable File

#!/bin/sh
sudo -A systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
sudo xset s off
sudo xset s 0