Release swayr 0.15.0

timeout_old
Tassilo Horn 2 years ago
parent 0bd68b6342
commit 3af3f10148
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml
  3. 3
      README.md

2
Cargo.lock generated

@ -384,7 +384,7 @@ dependencies = [
[[package]]
name = "swayr"
version = "0.14.1"
version = "0.15.0"
dependencies = [
"clap",
"directories",

@ -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"

@ -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

Loading…
Cancel
Save