Skip to content

Instantly share code, notes, and snippets.

@bison--
Created October 24, 2018 16:18
Show Gist options
  • Save bison--/3ee0373ebda3a51379b3ed04ea3dec88 to your computer and use it in GitHub Desktop.
Save bison--/3ee0373ebda3a51379b3ed04ea3dec88 to your computer and use it in GitHub Desktop.
start feh in fullscreen and lock screen with xtrlock, basically a scrensaver
#!/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