This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/scripts/_suspend

8 lines
77 B
Plaintext
Raw Normal View History

2022-02-15 00:59:10 +01:00
#!/bin/sh
2022-02-17 00:38:58 +01:00
swaylock -f
2022-02-15 00:59:10 +01:00
2022-02-17 00:38:58 +01:00
loginctl suspend &
systemctl suspend &
sudo -A zzz &