Skip to content

LXDE Base (Trollinger)

machinebacon edited this page Dec 20, 2012 · 1 revision

The configuration files for Openbox can be found in the users directory:

pcmanfm ~/.config/openbox

To enable the native right-click behaviour of LXDE run the command

pcmanfm --desktop-pref

and uncheck the relevant box in the Advanced tab. Note that this will disable Openbox root menu. You can here change the wallpaper, too. If you frequently change the wallpaper, you can create a new Openbox entry as outlined here or create a .desktop file:

sudo leafpad /usr/share/applications/desktop-pref.desktop

with the content

[Desktop Entry] Hidden=false Name=Change wallpaper Type=Application Comment=Access to LXDE desktop preferences Exec=pcmanfm --desktop-pref TryExec=pcmanfm --desktop-pref Icon=/usr/share/icons/Clarity/scalable/apps/grandr.svg Category=Settings;DesktopSettings;GTK;X-LXDE-Settings; OnlyShowIn=LXDE

Clone this wiki locally