Create a systemd unit for i3lock on suspend
Posted on Tue 04 December 2018 in linux • Tagged with linux, arch, i3lock, i3, systemd
See Creating a custom lockscreen with i3lock to setup the lockscreen script
Add a service file to run the script when the computer sleeps or suspends
Create a file /etc/systemd/system/[email protected]
with the following
contents. (Change the username
to be your local user account name)
[Unit]
Description …
Continue reading