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.
Tassilo Horn
6b872e2237
|
4 years ago | |
---|---|---|
src | 4 years ago | |
.gitignore | 4 years ago | |
Cargo.toml | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
rustfmt.toml | 4 years ago |
README.md
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
.
Right now, there are these subcommands:
switch-window
displays all windows in the order urgent first, then LRU, focused last and focuses the selected.quit-window
displays all windows and quits the selected one.switch-workspace
displays all workspaces in LRU order and switches to the selected.
Swayr is licensed under the GPLv3 (or later).