rice/dwm-launcher.sh

15 lines
309 B
Bash
Raw Permalink Normal View History

#!/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
compton --xrender-sync --xrender-sync-fence -b
bright 50 # custom brightness script
feh --randomize --bg-fill ~/Pictures/Papes/* &
statline &
2020-01-25 21:31:58 +00:00
exec dwm