diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-11-07 09:15:20 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-11-08 13:01:07 +0000 |
commit | 080c15f53ea905f6d2e13450c292b57f66c053dc (patch) | |
tree | 9680edf3851180ccdda69890bff5bdec704b4cf7 | |
parent | print/harfbuzz: update to 3.1.1 (diff) |
x11/swayr: update to 0.9.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.9.0
Reported by: /r/swaywm
-rw-r--r-- | x11/swayr/Makefile | 2 | ||||
-rw-r--r-- | x11/swayr/distinfo | 6 | ||||
-rw-r--r-- | x11/swayr/pkg-descr | 7 |
3 files changed, 10 insertions, 5 deletions
diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index 8a72ab5e3b57..5587b2e588f7 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -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 diff --git a/x11/swayr/distinfo b/x11/swayr/distinfo index 513a8d6d3850..5641a4feebf5 100644 --- a/x11/swayr/distinfo +++ b/x11/swayr/distinfo @@ -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 diff --git a/x11/swayr/pkg-descr b/x11/swayr/pkg-descr index 0d5b3d066d3a..32f535ef7222 100644 --- a/x11/swayr/pkg-descr +++ b/x11/swayr/pkg-descr @@ -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/ |