No description
Find a file
2020-12-27 16:20:43 +01:00
debian Dont overwrite conffiles 2020-12-27 16:20:43 +01:00
packaging_scripts Add cleanup script 2020-12-27 16:18:07 +01:00
rpm Fix packaging scripts 2020-12-27 14:32:53 +01:00
screenshots Add screenshot to readme 2020-12-27 16:01:58 +01:00
src We want to be able to toggle fullscreen mode otehrwise we might get stuck 2020-12-27 16:09:49 +01:00
LICENSE A simple window switcher for sway. 2020-12-24 23:15:08 +01:00
README.md Add screenshot to readme 2020-12-27 16:01:58 +01:00
VERSION Bumb version 2020-12-27 16:11:28 +01:00

swayswitch

A simple windowswitcher written in python using wxPython

Dependencies

For Debian/Ubuntu: python3-wxgtk4.0

For Fedora/RHEL: python3-wxpython4

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 $mod+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

Thanks

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

Screenshot

Open window switcher