5 lines
128 B
Bash
Executable File
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
|