Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 967 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 967 Bytes

bspc

Travis Build Status crates.io Release

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.

Installing

Releases

Go to the latest release, download it, extract it and move the binary somewhere in your PATH.

Cargo install

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.

Contributing

Anyone is welcome to contribute. All contributions will be licensed under the MIT license.