diff --git a/.xsessionrc b/.xsessionrc index b1cfe2f..2ac3435 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -5,7 +5,9 @@ if test -f ${HOME}/.xsessionrc-local ; then fi function set_backgrounds() { - if test -f /usr/share/backgrounds/ubuntu2_by_arman1992.jpg; then + if test -f /usr/share/backgrounds/my/outrun-vaporwave.jpg; then + feh --bg-fill /usr/share/backgrounds/my/outrun-vaporwave.jpg & + elif test -f /usr/share/backgrounds/ubuntu2_by_arman1992.jpg; then feh --bg-fill /usr/share/backgrounds/ubuntu2_by_arman1992.jpg & elif test -f /usr/share/backgrounds/Mirror_by_Uday_Nakade.jpg; then feh --bg-fill /usr/share/backgrounds/Mirror_by_Uday_Nakade.jpg &