From 3af3f101487de5eff6e27572b1ef2b22913ef6cc Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Tue, 15 Mar 2022 11:03:55 +0100 Subject: [PATCH] Release swayr 0.15.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 617a142..16aa931 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,7 +384,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.14.1" +version = "0.15.0" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index 812cab0..343cb1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.14.1" +version = "0.15.0" description = "A LRU window-switcher (and more) for the sway window manager" homepage = "https://sr.ht/~tsdh/swayr/" repository = "https://git.sr.ht/~tsdh/swayr" diff --git a/README.md b/README.md index 405c977..2695878 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ sends them to the demon which executes them. Right now, there are these subcommands: * `switch-to-urgent-or-lru-window` switches to the next window with urgency hint (if any) or to the last recently used window. +* `switch-to-app-or-urgent-or-lru-window` switches to a specific window matched + by application ID or window class unless it's already focused. In that case, + it acts just like `switch-to-urgent-or-lru-window`. * `switch-window` displays all windows in the order urgent first, then last-recently-used, focused last and focuses the selected. * `switch-workspace` displays all workspaces in LRU order and switches to the