Skip to content

Instantly share code, notes, and snippets.

@agoramachina
Created July 30, 2019 18:55
Show Gist options
  • Select an option

  • Save agoramachina/e05b8d9a52f4e9be17997a797f8b4ba9 to your computer and use it in GitHub Desktop.

Select an option

Save agoramachina/e05b8d9a52f4e9be17997a797f8b4ba9 to your computer and use it in GitHub Desktop.
#!/bin/bash
case $1 in
start)
xwinwrap -ni -o 1.0 -fs -s -st -sp -b -nf -- $0 env WID &> /dev/null
;;
env)
XSCREENSAVER_WINDOW="$2" electricsheep &> /dev/null
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment