7 lines
177 B
Bash
Executable File
7 lines
177 B
Bash
Executable File
#!/bin/sh
|
|
# --off 16 is no necessary right now since the screen is turned off before the lock
|
|
#betterlockscreen --off 16 -l -w &
|
|
betterlockscreen -l -w &
|
|
# systemctl suspend
|
|
|