No description
- Rust 99.9%
- Shell 0.1%
| .github/workflows | Move to stable toolchain and bump dependencies | |
| src | Move to stable toolchain and bump dependencies | |
| .gitignore | Add a hint on how to toggle layouts where applicable | |
| actions.sh | Remove features used for the old filehandler and update workflow | |
| build.rs | Add support for keybinds to the tui | |
| Cargo.lock | Move to stable toolchain and bump dependencies | |
| Cargo.toml | Move to stable toolchain and bump dependencies | |
| clippy.sh | Add support for keybinds to the tui | |
| LICENCE | Add licence | |
| README.md | Update readme | |
LeftWM Config
This is a little satellite utility to LeftWM.
It serves these main purposes:
- create a default config file in
$HOME/.config/leftwm/config.ron - migrate legacy
tomlconfig files to the new standerron - edit the config with a TUI
For usage please refer to leftwm-config --help for now.
Note: this tool is BETA software, so expect some kinks and wrinkles here and there.
To install...
git clone https://github.com/leftwm/leftwm-config.git &&
cd leftwm-config &&
cargo build --release &&
sudo ln -s "$(pwd)"/target/release/leftwm-config /usr/bin/leftwm-config ## Dev Install
sudo cp "$(pwd)"/target/release/leftwm-config /usr/bin/leftwm-config ## Normal Install