Add dustrc to autostart

This commit is contained in:
Przemek Grondek 2020-08-04 10:47:37 +02:00 committed by Przemysław Grondek
parent c704b8fed5
commit c69807817b

View File

@ -12,6 +12,7 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
compton &
redshift &
dwmstatus &
dunst &
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &