joewing / jwm

Joe's Window Manager
http://joewing.net/projects/jwm
MIT License
520 stars 84 forks source link

Restart removes wallpaper #555

Open mrgreen3 opened 2 years ago

mrgreen3 commented 2 years ago

Am setting up JWM at the moment and currently have feh called in .xinitrc. Have noticed that if I make any changes to .jwmrc and use jwm -restart wallpaper is removed. Conky, nm-applet are unaffected.

Should I set wallpaper in .jwmrc?

JBHoren commented 2 years ago

Just to add to what @acoolstraw wrote, there are a lot of Background statements in the .jwmrc file -- you want the one in the Desktops section.

<Desktops> <Background type=[solid|gradient|image|scale|tile|command]> </Background> </Desktops>

(see the JWM Configuration file document for more information)