diff --git a/.mlvwm/.initrc b/.mlvwm/.initrc index 9384ae7..f58edeb 100644 --- a/.mlvwm/.initrc +++ b/.mlvwm/.initrc @@ -1,9 +1,10 @@ InitFunction # Set the root window (i.e. desktop) background color (or image) Exec "xsetroot" xsetroot -grey & +# Exec "xsetroot" xsetroot -solid darkgrey & # Launch Xterm on the first desktop (i.e. screen) Desk 0 Exec "xterm" xterm -ls -geometry 80x25 & Wait xterm -END \ No newline at end of file +END