Skip to content

Instantly share code, notes, and snippets.

@raphapr
Created December 20, 2016 05:11
Show Gist options
  • Save raphapr/57a47c8c9d5e721b459619467e3a2e78 to your computer and use it in GitHub Desktop.
Save raphapr/57a47c8c9d5e721b459619467e3a2e78 to your computer and use it in GitHub Desktop.
[Unit]
Description=Starts i3lock at suspend time
Before=sleep.target
[Service]
User=raphael
Type=forking
Environment=DISPLAY=:0
ExecStartPre=
ExecStart=/usr/bin/xflock4
[Install]
WantedBy=sleep.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment