Ecosyste.ms: Awesome
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: about 1 month 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T09:46:00.000Z (about 10 years ago)
- Last Synced: 2024-04-09T16:40:13.217Z (9 months 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
- pcmanfmUsing Bash:
```bash
ln -s `pwd`/lxpanel ~/.config/lxpanel
```Using [Fish Shell](http://fishshell.com/):
```fish
ln -s (pwd)/lxpanel ~/.config/lxpanel
```