Created
March 29, 2016 13:25
-
-
Save feuerrot/1bc5ec5a6a68220138a4 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
feuerrot@lynx ~ % cat bin/lockscreen | |
#!/usr/bin/env sh | |
feh -B black -F ~/.bg/cccadc1957166cf6d0df119271b7db7184228c58.jpg & | |
FEH_PID=$! | |
xtrlock && kill $! & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment