x11/swayr: update to 0.9.0

Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.9.0
Reported by:	/r/swaywm
This commit is contained in:
Jan Beich 2021-11-07 09:15:20 +00:00
parent 886f5f1f1b
commit 080c15f53e
3 changed files with 10 additions and 5 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= swayr
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
DISTVERSION= 0.9.0
CATEGORIES= x11
MASTER_SITES= https://git.sr.ht/~tsdh/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
# XXX Teach USES=cargo to not override default DISTFILES

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1635534439
SHA256 (swayr-v0.8.0.tar.gz) = 6372fbd23fa2338a53a18e4cb9bb58b2ea52ff69ea6f8a839ff08dbe8c8311f4
SIZE (swayr-v0.8.0.tar.gz) = 927865
TIMESTAMP = 1636276520
SHA256 (swayr-v0.9.0.tar.gz) = 9d4610c26ad9aa531a5dae24d591405d3e55ed39f82b8d7746f2bd967769ecd0
SIZE (swayr-v0.9.0.tar.gz) = 929032
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8

View file

@ -37,7 +37,8 @@ Right now, there are these subcommands:
prev-window otherwise.
* 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.
less often used commands not bound to a key. Non-matching input will be
executed executed as-is with swaymsg.
* execute-swayr-command displays all commands above and executes the selected
one. (This is useful for accessing swayr commands which are not bound to a
key.)
@ -64,5 +65,9 @@ Right now, there are these subcommands:
between a tabbed and tiled layout, i.e., it calls shuffle-tile-workspace if
it is currently tabbed, and calls shuffle-tile-workspace if it is currently
tiled.
* move-focused-to-workspace moves the currently focused window or container
to another workspace selected with the menu program. Non-matching input of
the form #w:<workspace> where the hash and w: shortcut are optional can
be used to move it to a new workspace.
WWW: https://sr.ht/~tsdh/swayr/