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 5f58046319 Don't panic the window event handler thread on unexpected messages 3 years ago
src Don't panic the window event handler thread on unexpected messages 3 years ago
.gitignore Init 4 years ago
Cargo.toml Release 0.0.3 3 years ago
LICENSE Add README.md, complete Cargo.toml, add license, etc. 3 years ago
README.md Add README.md, complete Cargo.toml, add license, etc. 3 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 is only ony subcommand swayr switch-window which is a wofi-based window switcher sorting the windows in the order urgent first, then LRU, focused last.

Swayr is licensed under the GPLv3 (or later).