1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 20:27:22 -05:00
dotfiles/cfg/systemd/system/suspend@.service

13 lines
180 B
SYSTEMD
Raw Normal View History

2017-07-24 20:58:23 -04:00
[Unit]
Description=User Suspend Actions
Before=sleep.target
[Service]
User=%I
Type=forking
Environment=DISPLAY=:0
ExecStart=/usr/bin/i3lock-fancy
[Install]
WantedBy=sleep.target