rice/dwm-launcher.sh
2020-01-25 13:31:58 -08:00

14 lines
261 B
Bash
Executable File

#!/bin/sh
# This script is used to mimic an xinitrc to some degree
set -x
eval `ssh-agent`
compton --backend glx --xrender-sync --xrender-sync-fence -b
bright 50 # custom brightness script
feh --randomize --bg-fill ~/Pictures/Papes/* &
statline &
exec dwm