mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
11 lines
161 B
SYSTEMD
11 lines
161 B
SYSTEMD
|
[Unit]
|
||
|
Description=Lock X session using i3lock
|
||
|
|
||
|
[Service]
|
||
|
User=%i
|
||
|
Environment=DISPLAY=:0
|
||
|
ExecStart=sh -c '~/.config/i3/lock.sh'
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sleep.target
|