You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
582 B

# Swayr is a window switcher for sway
Swayr consists of a demon, and a client. The demon `swayrd` records window
creations, deletions, and focus changes using sway's JSON IPC interface. The
client `swayr` offers subcommands, see `swayr --help`.
3 years ago
Right now, there are these subcommands:
* `switch-window`: a wofi-based window switcher sorting the windows in the
order urgent first, then LRU, focused last.
* `quit-window`: displays all windows using wofi and quits the selected one.
Swayr is licensed under the
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) (or later).