Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 413 Bytes

File metadata and controls

27 lines (18 loc) · 413 Bytes

My Lubuntu configuration

Configuration files for LXDE, as used in Lubuntu.

Setup

Link each of the following folders into the ~/.config/ folder.

  • lxpanel
  • lxsession
  • lxterminal
  • openbox
  • pcmanfm

Using Bash:

ln -s `pwd`/lxpanel ~/.config/lxpanel

Using Fish Shell:

ln -s (pwd)/lxpanel ~/.config/lxpanel