An open API service indexing awesome lists of open source software.

https://github.com/mattms/my_lubuntu_settings

It works on my machine.
https://github.com/mattms/my_lubuntu_settings

Last synced: 6 months ago
JSON representation

It works on my machine.

Awesome Lists containing this project

README

          

# My Lubuntu configuration

Configuration files for [LXDE](http://lxde.org/),
as used in [Lubuntu](http://lubuntu.net/).

## Setup

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

- lxpanel
- lxsession
- lxterminal
- openbox
- pcmanfm

Using Bash:

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

Using [Fish Shell](http://fishshell.com/):

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