|
|
|
@ -1,5 +1,13 @@ |
|
|
|
|
# Swayr is a window switcher (and more) for sway |
|
|
|
|
|
|
|
|
|
[![Build Badge]][builds.sr.ht] [![Version Badge]][crates.io] [![License Badge]][license] |
|
|
|
|
[Build Badge]: https://builds.sr.ht/~tsdh/swayr.svg |
|
|
|
|
[builds.sr.ht]: https://builds.sr.ht/~tsdh/swayr? |
|
|
|
|
[Version Badge]: https://img.shields.io/crates/v/swayr.svg |
|
|
|
|
[crates.io]: https://crates.io/crates/swayr |
|
|
|
|
[License Badge]: https://img.shields.io/crates/l/swayr.svg |
|
|
|
|
[license]: https://www.gnu.org/licenses/gpl-3.0.en.html |
|
|
|
|
|
|
|
|
|
Swayr consists of a demon, and a client. The demon `swayrd` records |
|
|
|
|
window/workspace creations, deletions, and focus changes using sway's JSON IPC |
|
|
|
|
interface. The client `swayr` offers subcommands, see `swayr --help`. |
|
|
|
|