Crates.io | bspc |
lib.rs | bspc |
version | 0.4.3 |
source | src |
created_at | 2016-01-10 11:05:49.247281 |
updated_at | 2016-06-08 10:47:56.217946 |
description | Alternative bspc command |
homepage | |
repository | http://github.com/marionauta/bspc |
max_upload_size | |
id | 3861 |
size | 4,743 |
Alternative bspc command implementation in Rust. You can control bspwm with it.
This is mostly a learning project. Nothing should break, but if you see an error please tell me.
Go to the latest release, download it, extract it and move the binary somewhere in your PATH.
cargo install bspc
This is the easiest way. Also you can specify the root path with --root DIR
so for example
cargo install --root /usr/local bspc
will install bspc
in /usr/local/bin
.
Anyone is welcome to contribute. All contributions will be licensed under the MIT license.