2
0
Fork
You've already forked leftwm-config
0
No description
  • Rust 99.9%
  • Shell 0.1%
2023年03月07日 09:59:59 +01:00
.github/workflows Move to stable toolchain and bump dependencies 2023年03月07日 09:57:28 +01:00
src Move to stable toolchain and bump dependencies 2023年03月07日 09:57:28 +01:00
.gitignore Add a hint on how to toggle layouts where applicable 2022年09月12日 10:04:47 +02:00
actions.sh Remove features used for the old filehandler and update workflow 2022年09月11日 14:55:29 +02:00
build.rs Add support for keybinds to the tui 2022年09月11日 14:52:27 +02:00
Cargo.lock Move to stable toolchain and bump dependencies 2023年03月07日 09:57:28 +01:00
Cargo.toml Move to stable toolchain and bump dependencies 2023年03月07日 09:57:28 +01:00
clippy.sh Add support for keybinds to the tui 2022年09月11日 14:52:27 +02:00
LICENCE Add licence 2022年09月04日 14:37:34 +02:00
README.md Update readme 2023年03月07日 09:59:59 +01:00

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 toml config files to the new stander ron
  • 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