Compare commits

..

No commits in common. "f1b059be5caa1460be22cc6a67fb200c0b619889" and "ab2115ec53eaa88795b87667463b5c086bfb4707" have entirely different histories.

View File

@ -13,13 +13,12 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
redshift &
dwmstatus &
dunst &
numlockx on &
if test -f /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg ; then
feh --bg-scale /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg &
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
else
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
if test -f /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg ; then
feh --bg-scale /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg &
fi
fi
fi