diff --git a/dwm-launcher.sh b/dwm-launcher.sh new file mode 100755 index 0000000..0a2a0e9 --- /dev/null +++ b/dwm-launcher.sh @@ -0,0 +1,11 @@ +#!/bin/sh +# This script is used to mimic an xinitrc to some degree + +set -x +eval `ssh-agent` + +bright 50 # custom brightness script + +feh --randomize --bg-fill ~/Pictures/Papes/* & + +statline &