mirror of
https://github.com/coastalwhite/lemurs
synced 2025-02-16 22:18:27 +00:00
Add Usage chapter
This commit is contained in:
parent
f6bde9a884
commit
319247ec11
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
@ -31,6 +31,30 @@ your Unix machine. This will perform multiple steps:
|
|||
3. Disables the previous Display Manager
|
||||
4. Copy over the *systemd* service and enables it.
|
||||
|
||||
Although you might first want to set up some window managers (see
|
||||
[Usage](#Usage)), upon rebooting you should now see Lemurs.
|
||||
|
||||
## Usage
|
||||
|
||||
After running the installation script you can add your window managers by
|
||||
creating runnable scripts also known as
|
||||
[xinitrc](https://wiki.archlinux.org/title/Xinit)s under the `/etc/lemurs/wms`
|
||||
folders. The name of the script is used as the name within lemurs. For example,
|
||||
for the [bspwm](https://github.com/baskerville/bspwm) window manager, you might
|
||||
add the script `/etc/lemurs/wms/bspwm`.
|
||||
|
||||
```bash
|
||||
#! /bin/sh
|
||||
|
||||
sxhkd &
|
||||
exec bspwm
|
||||
```
|
||||
|
||||
Remember to make this script runnable. This is done with the `chmod +x
|
||||
/etc/lemurs/wms/bspwm` command.
|
||||
|
||||
Upon rebooting your new *xinitrc* should show up within Lemurs.
|
||||
|
||||
## License
|
||||
|
||||
The project is made available under the MIT and APACHE license. See the
|
||||
|
|
Loading…
Add table
Reference in a new issue