18 lines
429 B
Markdown
18 lines
429 B
Markdown
# LeftWM Config files
|
|
|
|
Config for [LeftWM](https://github.com/leftwm/leftwm), a window manager written in rust.
|
|
Config location: `~/.config/leftwm/config.ron`
|
|
|
|
Minimum required files:
|
|
|
|
```
|
|
~/.config/
|
|
└── leftwm/
|
|
├── config.ron
|
|
└── themes/
|
|
├── current/ -> my_theme
|
|
└── my_theme/
|
|
├── theme.ron
|
|
├── up
|
|
└── down
|
|
``` |