Skip to content

Instantly share code, notes, and snippets.

@feuerrot
Created March 29, 2016 13:25
Show Gist options
  • Save feuerrot/1bc5ec5a6a68220138a4 to your computer and use it in GitHub Desktop.
Save feuerrot/1bc5ec5a6a68220138a4 to your computer and use it in GitHub Desktop.
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