Files
rice/dwm-launcher.sh
2020-01-23 17:01:20 -08:00

12 lines
191 B
Bash
Executable File

#!/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 &