aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 581feb0a1be8e31beea39d9242ecdfa269fc1f5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
xsetroot -solid  "#000000" &

slstatus &

# Edit to set the wallpaper.
# feh --bg-fill ~/wallpaper/bg.png

# start up picom to avoid screen tearing
picom --vsync &

# Saving a dwm log
exec dwm > ~/.dwm.log