summaryrefslogtreecommitdiff
path: root/scripts/startdwm
blob: 2fc43ad2bcf20fa955ea4d11ab9d7d4f56f0f16d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

feh --bg-center $HOME/pictures/wallpapers/vocaloid.png

dwmbar &
dunst &

while true ; do
	dwm 2> ~/.dwm.log
done