Created
October 24, 2018 16:18
-
-
Save bison--/3ee0373ebda3a51379b3ed04ea3dec88 to your computer and use it in GitHub Desktop.
start feh in fullscreen and lock screen with xtrlock, basically a scrensaver
This file contains 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
#!/bin/bash | |
feh -ZFzr --hide-pointer --slideshow-delay 8.8 /home/bison/Dropbox/Photos/Motivation /home/bison/Dropbox/Photos/worthy /home/bison/Dokumente/coding/share/bison--_GitHub/souperDuper/images/bison & | |
#--bg-max | |
sleep 1 | |
xtrlock & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment