dotfiles_LeftWM/README.md
2024-12-08 17:17:11 +05:30

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
```