remove xsetroot from fvwm init

This commit is contained in:
Aaron Bieber 2021-12-16 09:59:07 -07:00
parent 20872079ce
commit 472438054f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ case "$wmanager" in
hsetroot -center ~/.background.png &
;;
/usr/X11R6/bin/fvwm)
xsetroot -solid black
echo "fvwm init from InitFunction"
;;
esac