petits-scripts-persos/lock_and_suspend

4 lines
162 B
Plaintext
Raw Normal View History

2022-02-10 08:05:07 +00:00
#!/bin/sh
# Lock screen and suspend if enabled in config file
2022-03-11 12:43:31 +00:00
i3lock -e -c 000000 -u && [ -z "$(grep off "/run/user/1000/enable_suspend")" ] && systemctl suspend