4 lines
115 B
Bash
Executable File
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
|