Update readme

timeout_old
Tassilo Horn 4 years ago
parent 98401b8e64
commit 7a2bf30bad
  1. 8
      README.md

@ -1,5 +1,13 @@
# Swayr is a window switcher (and more) for sway # 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 Swayr consists of a demon, and a client. The demon `swayrd` records
window/workspace creations, deletions, and focus changes using sway's JSON IPC window/workspace creations, deletions, and focus changes using sway's JSON IPC
interface. The client `swayr` offers subcommands, see `swayr --help`. interface. The client `swayr` offers subcommands, see `swayr --help`.

Loading…
Cancel
Save