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

4 lines
115 B
Bash
Executable File

#!/bin/sh
sudo -A systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
sudo xset s on