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.
- Host: GitHub
- URL: https://github.com/mattms/my_lubuntu_settings
- Owner: MattMS
- Created: 2013-08-26T13:47:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T09:46:00.000Z (over 11 years ago)
- Last Synced: 2025-02-01T16:11:20.305Z (over 1 year ago)
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```