Created
December 20, 2016 05:11
-
-
Save raphapr/57a47c8c9d5e721b459619467e3a2e78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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