Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. screenlock.service
  2.  
  3. [Unit]
  4. Description=Starts i3lock on sleep
  5. Before=sleep.target
  6.  
  7. [Service]
  8. User=user
  9. Type=forking
  10. Environment=DISPLAY=:0
  11. ExecStart=/usr/bin/i3lock -i /home/user/i3lock.png
  12.  
  13. [Install]
  14. WantedBy=sleep.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement