2024-12-08 11:06:36 +00:00
|
|
|
# LeftWM Config files
|
2024-12-08 11:03:51 +00:00
|
|
|
|
2024-12-08 11:06:36 +00:00
|
|
|
Config for [LeftWM](https://github.com/leftwm/leftwm), a window manager written in rust.
|
2024-12-08 11:47:11 +00:00
|
|
|
Config location: `~/.config/leftwm/config.ron`
|
2024-12-08 11:06:36 +00:00
|
|
|
|
|
|
|
Minimum required files:
|
|
|
|
|
|
|
|
```
|
|
|
|
~/.config/
|
|
|
|
└── leftwm/
|
|
|
|
├── config.ron
|
|
|
|
└── themes/
|
2024-12-08 11:47:11 +00:00
|
|
|
├── current/ -> my_theme
|
|
|
|
└── my_theme/
|
2024-12-08 11:06:36 +00:00
|
|
|
├── theme.ron
|
|
|
|
├── up
|
|
|
|
└── down
|
|
|
|
```
|