Port details |
- swayr Urgent-first/LRU window switcher for sway
- 0.27.4_4 x11 =2 0.27.4_2Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2021-07-01 13:24:16
- Last Update: 2024-12-01 09:24:18
- Commit Hash: 1d1fd15
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://sr.ht/~tsdh/swayr/
- Description:
- Swayr consists of a demon, and a client. The demon swayrd records
window/workspace creations, deletions, and focus changes using sway's
JSON IPC interface. The client swayr offers subcommands, see swayr
--help, and sends them to the demon which executes them.
Right now, there are these subcommands:
* switch-window displays all windows in the order urgent first, then
last-recently-used, focused last and focuses the selected.
* quit-window displays all windows and quits the selected one.
* switch-to-urgent-or-lru-window switches to the next window with urgency
hint (if any) or to the last recently used window.
* switch-workspace displays all workspaces in LRU order and switches to the
selected one.
* switch-workspace-or-window displays all workspaces and their windows and
switches to the selected workspace or window.
* quit-workspace-or-window displays all workspaces and their windows and
allows to quit either the selected workspace (all its windows) or the
selected window.
* next-window (all-workspaces|current-workspace) & prev-window
(all-workspaces|current-workspace) focus the next/previous window in
depth-first iteration order of the tree. The argument all-workspaces or
current-workspace define if all windows of all workspaces or only those of
the current workspace are considered.
* next-tiled-window & prev-tiled-window do the same as next-window &
prev-window but switch only between windows contained in a tiled container.
* next-tabbed-or-stacked-window & prev-tabbed-or-stacked-window do the same
as next-window & prev-window but switch only between windows contained in
a tabbed or stacked container.
* next-floating-window & prev-floating-window do the same as next-window
& prev-window but switch only between floating windows.
* next-window-of-same-layout & prev-window-of-same-layout is like
next-floating-window / prev-floating-window if the current window is
floating, it is like next-tabbed-or-stacked-window /
prev-tabbed-or-stacked-window if the current window is in a tabbed, or
stacked container, it is like next-tiled-window / prev-tiled-window if
the current windows is in a tiled container, and is like next-window /
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. 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.)
* tile-workspace exclude-floating|include-floating tiles all windows on the
current workspace (excluding or including floating ones). That's done by
moving all windows away to some special workspace, setting the current
workspace to splith layout, and then moving the windows back. If the
auto_tile feature is used, see the Configuration section below, it'll
change from splitting horizontally to vertically during re-insertion.
* shuffle-tile-workspace exclude-floating|include-floating shuffles & tiles
all windows on the current workspace. The shuffle part means that (a) the
windows are shuffled before re-insertion, and (b) a randomly chosen already
re-inserted window is focused before re-inserting another window. So while
tile-workspace on a typical horizontally oriented screen and 5 windows will
usually result in a layout with one window on the left and all four others
tiled vertially on the right, shuffle-tile-workspace in combination with
auto_tile usually results in a more balanced layout, i.e., 2 windows tiled
vertically on the right and the other 4 tiled vertially on the left. If you
have less than a handful of windows, just repeat shuffle-tile-workspace a
few times until happenstance creates the layout you wanted.
* tab-workspace exclude-floating|include-floating puts all windows of the
current workspace into a tabbed container.
* toggle-tab-shuffle-tile-workspace exclude-floating|include-floating toggles
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/swayr/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/swayr
- pkg install swayr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: swayr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720299158
SHA256 (rust/crates/swayr-0.27.4.crate) = 38ed1b1f638e994dfd29baa7d5c48a8d3941f34c149fbe205271b1e518bfe7a6
SIZE (rust/crates/swayr-0.27.4.crate) = 55665
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.83.0 : lang/rust
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_swayr
- USES:
- cargo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.27.4_4 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.27.4_3 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.27.4_2 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.27.4_1 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.27.4 11 Jul 2024 00:50:32 |
Jan Beich (jbeich) |
x11/swayr: update to 0.27.4
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.27.4
Reported by: Repology |
0.27.3_4 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.27.3_3 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.27.3_2 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.27.3_1 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.27.3 08 Feb 2024 00:12:55 |
Jan Beich (jbeich) |
x11/swayr: update to 0.27.3
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.27.3
Reported by: Repology |
0.27.1_3 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.27.1_2 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.27.1_1 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.27.1 19 Oct 2023 00:32:38 |
Jan Beich (jbeich) |
x11/swayr: update to 0.27.1
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.27.1
Reported by: Repology |
0.27.0_2 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.27.0_1 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.27.0 27 Jun 2023 00:54:13 |
Jan Beich (jbeich) |
x11/swayr: update to 0.27.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.27.0
Reported by: Repology |
0.26.1_1 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.26.1 07 May 2023 23:33:26 |
Jan Beich (jbeich) |
x11/swayr: update to 0.26.1
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.26.1
Reported by: Repology |
0.26.0 06 May 2023 23:08:51 |
Jan Beich (jbeich) |
x11/swayr: update to 0.26.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.26.0
Reported by: Repology |
0.25.0_1 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
0.25.0 07 Apr 2023 20:59:43 |
Jan Beich (jbeich) |
x11/swayr: update to 0.25.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.25.0
Reported by: Repology |
0.24.1_1 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
0.24.1 09 Mar 2023 00:57:40 |
Jan Beich (jbeich) |
x11/swayr: update to 0.24.1
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.24.1
Reported by: Repology |
0.24.0_2 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
0.24.0_1 07 Jan 2023 19:24:18 |
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
0.24.0 30 Dec 2022 17:15:08 |
Jan Beich (jbeich) |
x11/swayr: update to 0.24.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.24.0
Reported by: Repology |
0.23.0_2 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
0.23.0_1 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
0.23.0 12 Nov 2022 20:21:01 |
Jan Beich (jbeich) |
x11/swayr: update to 0.23.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.23.0
Reported by: Repology |
0.22.0_1 03 Nov 2022 14:10:55 |
Jan Beich (jbeich) |
*/*: move CARGO_CRATES to Makefile.crates in my ports |
0.22.0_1 30 Oct 2022 12:07:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
0.22.0 30 Sep 2022 14:29:25 |
Jan Beich (jbeich) |
x11/swayr: restore LICENSE_FILE after 2a6906acc969 |
0.22.0 30 Sep 2022 14:24:30 |
Jan Beich (jbeich) |
x11/swayr: distinguish homepage from x11/swayrbar |
0.22.0 30 Sep 2022 14:24:29 |
Jan Beich (jbeich) |
x11/swayr: switch to crates.io for main distfile
Simplifies updates due to no shared Cargo.lock (from workspace). |
0.22.0 28 Sep 2022 07:50:18 |
Jan Beich (jbeich) |
x11/swayr: update to 0.22.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.22.0
Reported by: Repology |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.21.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.21.0 02 Sep 2022 17:20:22 |
Jan Beich (jbeich) |
x11/swayr: update to 0.21.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.21.0
Reported by: Repology |
0.20.1_1 25 Aug 2022 14:49:50 |
Baptiste Daroussin (bapt) |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
0.20.1 25 Aug 2022 10:49:39 |
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
0.20.1_1 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
0.20.1 16 Aug 2022 00:51:47 |
Jan Beich (jbeich) |
x11/swayr: update to 0.20.1
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.20.1
Reported by: Repology |
0.20.0 23 Jul 2022 04:42:42 |
Jan Beich (jbeich) |
x11/swayr: update to 0.20.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.20.0
Reported by: Repology |
0.19.0_1 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
0.19.0 02 Jun 2022 23:05:12 |
Jan Beich (jbeich) |
x11/swayr: update to 0.19.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.19.0
Reported by: Repology |
0.18.0_1 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
0.18.0 08 May 2022 00:58:27 |
Jan Beich (jbeich) |
x11/swayr: update to 0.18.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.18.0
Reported by: Repology |
0.17.0_2 08 May 2022 00:58:27 |
Jan Beich (jbeich) |
x11/swayr: unbreak system-wide config after 28f0fc0687d1 |
0.17.0_1 03 May 2022 08:00:34 |
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update |
0.17.0 17 Apr 2022 00:30:26 |
Jan Beich (jbeich) |
x11/swayr: update to 0.17.0
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.17.0
Reported by: Repology |
0.16.1 03 Apr 2022 17:14:29 |
Jan Beich (jbeich) |
x11/swayr: unbreak fetch after bb262a7ecbab
=> rust/crates/clap-3.1.8.crate is not in /usr/ports/x11/swayr/distinfo.
=> Either /usr/ports/x11/swayr/distinfo is out of date, or
=> rust/crates/clap-3.1.8.crate is spelled incorrectly.
*** Error code 1 |
0.16.1 03 Apr 2022 17:10:48 |
Jan Beich (jbeich) |
x11/swayr: update to 0.16.1
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.16.1
Reported by: Repology |
0.16.0 26 Mar 2022 00:47:56 |
Jan Beich (jbeich) |
x11/swayr: update to 0.16.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.16.0
Reported by: Repology |
0.15.0 16 Mar 2022 11:35:13 |
Jan Beich (jbeich) |
x11/swayr: update to 0.15.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.15.0
Reported by: Repology |
0.14.0_1 15 Mar 2022 09:51:58 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0 |
0.14.0 27 Feb 2022 18:35:17 |
Jan Beich (jbeich) |
x11/swayr: update to 0.14.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.14.0
Reported by: Repology |
0.13.0 04 Feb 2022 18:36:46 |
Jan Beich (jbeich) |
x11/swayr: update to 0.13.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.13.0
Reported by: Repology |
0.12.2_1 03 Feb 2022 14:02:32 |
Tobias Kortkamp (tobik) |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
0.12.2 02 Feb 2022 19:57:59 |
Jan Beich (jbeich) |
x11/swayr: update to 0.12.2
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.12.2
Reported by: Repology |
0.12.1 30 Jan 2022 00:36:58 |
Jan Beich (jbeich) |
x11/swayr: update to 0.12.1
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.12.1
Reported by: Repology |
0.12.0 21 Jan 2022 18:42:40 |
Jan Beich (jbeich) |
x11/swayr: update to 0.12.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.12.0 |
0.11.2_1 17 Jan 2022 11:57:45 |
Tobias Kortkamp (tobik) |
lang/rust: Bump revisions after 1.58.0 |
0.11.2 19 Dec 2021 08:14:45 |
Jan Beich (jbeich) |
x11/swayr: update to 0.11.2
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.11.2 |
0.11.1 13 Dec 2021 00:50:54 |
Jan Beich (jbeich) |
x11/swayr: update to 0.11.1
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.11.1 |
0.10.1_1 05 Dec 2021 12:35:42 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for Rust 1.57.0 |
0.10.1 27 Nov 2021 00:48:51 |
Jan Beich (jbeich) |
x11/swayr: update to 0.10.1
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.10.1 |
0.10.0 20 Nov 2021 00:57:38 |
Jan Beich (jbeich) |
x11/swayr: update to 0.10.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.10.0
Reported by: /r/swaywm |
0.9.1 11 Nov 2021 16:37:05 |
Jan Beich (jbeich) |
x11/swayr: update to 0.9.1
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.9.1
Reported by: /r/swaywm |
0.9.0 08 Nov 2021 13:01:07 |
Jan Beich (jbeich) |
x11/swayr: update to 0.9.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.9.0
Reported by: /r/swaywm |
0.8.0 30 Oct 2021 06:20:51 |
Jan Beich (jbeich) |
x11/swayr: update to 0.8.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.8.0
Reported by: /r/swaywm |
0.7.0_1 25 Oct 2021 08:55:19 |
Tobias Kortkamp (tobik) |
*: Rebuild for Rust 1.56.0 |
0.7.0 28 Sep 2021 01:32:15 |
Jan Beich (jbeich) |
x11/swayr: update to 0.7.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.7.0
Reported by: /r/swaywm |
0.6.2_2 19 Sep 2021 09:03:23 |
Tobias Kortkamp (tobik) |
*: Rebuild lang/rust consumers after the 1.55.0 update |
0.6.2_1 28 Aug 2021 13:42:06 |
Mikael Urankar (mikael) |
lang/rust: Rebuild consumers for 1.54.0 |
0.6.2 03 Aug 2021 00:58:16 |
Jan Beich (jbeich) |
x11/swayr: update to 0.6.2
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.6.2 |
0.6.1 16 Jul 2021 00:55:40 |
Jan Beich (jbeich) |
x11/swayr: update to 0.6.1
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.6.1
Reported by: /r/swaywm |
0.6.0 14 Jul 2021 21:12:08 |
Jan Beich (jbeich) |
x11/swayr: update to 0.6.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.6.0
Reported by: /r/swaywm |
0.5.1 13 Jul 2021 09:27:02 |
Piotr Kubaj (pkubaj) |
x11/swayr: fix build on powerpc |
0.5.1 07 Jul 2021 13:22:17 |
Jan Beich (jbeich) |
x11/swayr: update to 0.5.1
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.5.1
Reported by: Repology |
0.5.0 05 Jul 2021 08:00:08 |
Jan Beich (jbeich) |
x11/swayr: update to 0.5.0
Changes: https://git.sr.ht/~tsdh/swayr/log/v0.5.0 |
0.4.4 01 Jul 2021 13:21:59 |
Jan Beich (jbeich) |
x11/swayr: add new port
Swayr consists of a demon, and a client. The demon swayrd records
window/workspace creations, deletions, and focus changes using sway's
JSON IPC interface. The client swayr offers subcommands, see swayr
--help, and sends them to the demon which executes them.
Right now, there are these subcommands:
* next-window focuses the next window in depth-first iteration order of the
tree.
* prev-window focuses the previous window in depth-first iteration order of
the tree.
* switch-window displays all windows in the order urgent first, then
last-recently-used, focused last and focuses the selected.
* quit-window displays all windows and quits the selected one. (Only the first 15 lines of the commit message are shown above ) |