Add basic default configuration
This commit is contained in:
25
INSTALL.md
25
INSTALL.md
@@ -47,13 +47,28 @@ in their respective subdirectories:
|
||||
# ./build.sh install
|
||||
```
|
||||
|
||||
## Session
|
||||
|
||||
Xmd includes several scripts to facilitate using it as a desktop environment. It
|
||||
can be installed using `./install.sh` in the `session` directory.
|
||||
|
||||
## Glue
|
||||
|
||||
Xmd includes some utility scripts to provide a standard interface for things
|
||||
like screenshotting. These can be installed using `./install.sh` in the `glue`
|
||||
directory.
|
||||
|
||||
## Session
|
||||
|
||||
Xmd includes several scripts to facilitate using it as a desktop environment. It
|
||||
can be installed using `./install.sh` in the `session` directory. Note that
|
||||
without a configuration in place, the session scripts don't really do anything
|
||||
useful. The next section of this document describes how to install a default
|
||||
configuration.
|
||||
|
||||
## Default configuration
|
||||
|
||||
A default configuration can be installed by running `./install.sh` in the
|
||||
`defaults` directory. It contains:
|
||||
|
||||
- An MWM configuration
|
||||
- .xinitrc and .xsession files
|
||||
- Default startup items
|
||||
- MWM
|
||||
- XMPanel
|
||||
- Default panel replicants
|
||||
|
||||
Reference in New Issue
Block a user