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.
 
 
Go to file
Micke Nordin 89ba780e4a
Refactoring and clean up
3 years ago
debian Bump version 3 years ago
packaging_scripts Add cleanup script 3 years ago
rpm Fix packaging scripts 3 years ago
screenshots Update screenshot 3 years ago
src Refactoring and clean up 3 years ago
LICENSE A simple window switcher for sway. 3 years ago
README.md Update README.md 3 years ago
VERSION Bump version 3 years ago

README.md

swayswitch

A simple window switcher for Sway wayland compositor written in python using wxPython

Installation

Debian

curl https://repo.mic.ke/PUBLIC.KEY | sudo apt-key add -
curl https://repo.mic.ke/debian/debian-micke-unstable.list | sudo tee /etc/apt/sources.list.d/debian-micke-unstable.list
sudo apt update && sudo apt install swayswitch

RPM

wget https://repo.mic.ke/PUBLIC.KEY
sudo rpm --import PUBLIC.KEY
sudo dnf config-manager --add-repo https://repo.mic.ke/rpm/rpm-micke.repo
sudo dnf install swayswitch

Usage

Reload config and open up window switcher with Mod4+tab. Move around the switcher using arrow-keys or Tab. Esc aborts and enter switches window. It is also possible to select window with the mouse. Configuration is installed to /etc/sway/config.d/swayswitch.conf

Two keybindings work by default, Mod4+f to toggle fullscreen mode, that is if you manage to bring up the switcher while in fullscreen mode you can display the switcher window by exiting fullscreen mode. You can also exit switcher mode by pressing Mod4+q, this is usefull if you manage to get another window on to of the switcher window somehow.

Thanks

Thanks to tobiaspc for the startingpoint for this code: https://github.com/tobiaspc/wofi-scripts

Screenshot

Open window switcher