From e9420379310c0fcdfe32a59e8a05aa23cedec8c0 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 22 Jan 2021 18:50:27 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9837e7..e15e09c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ Swayr consists of a demon, and a client. The demon `swayrd` records window creations, deletions, and focus changes using sway's JSON IPC interface. The client `swayr` offers subcommands, see `swayr --help`. -Right now, there is only ony subcommand `swayr switch-window` which is a -wofi-based window switcher sorting the windows in the order urgent first, then -LRU, focused last. +Right now, there are these subcommands: +* `switch-window`: a wofi-based window switcher sorting the windows in the + order urgent first, then LRU, focused last. +* `quit-window`: displays all windows using wofi and quits the selected one. Swayr is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) (or later).