From 1ce548ce3df2eaaf9aa7b6e96d400dd493306a10 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Sun, 24 Jan 2021 00:16:49 +0100 Subject: [PATCH] Update README.md; release 0.0.6 --- Cargo.toml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51768bb..90aa988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.0.5" +version = "0.0.6" description = "A wofi-based LRU window-switcher for sway written in Rust" homepage = "https://git.sr.ht/~tsdh/swayr" repository = "https://git.sr.ht/~tsdh/swayr" diff --git a/README.md b/README.md index 23c525f..b43b2d5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Right now, there are these subcommands: * `quit-window` displays all windows and quits the selected one. * `switch-workspace` displays all workspaces in LRU order and switches to the selected. +* `switch-workspace-or-window` displays all workspaces and their windows and + allows to switch to either a workspace or window. +* `execute-swaymsg-command` displays most swaymsg which don't require + additional input and executes the selected one. That's handy especially for + less often used commands not bound to a key. + Swayr is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) (or later).