No description
Find a file
2020-12-24 23:28:48 +01:00
LICENSE A simple window switcher for sway. 2020-12-24 23:15:08 +01:00
README.md Update README.md 2020-12-24 23:28:48 +01:00
swayswitch Update swayswitch 2020-12-24 23:17:55 +01:00

swayswitch

A simple windowswitcher written in python using wxPython

Dependencies

For Debian/Ubuntu: python3-wxgtk4.0

For Fedora/RHEL: python3-wxpython4

Installation

wget -O ~/.local/bin/swayswitch https://github.com/mickenordin/swayswitch/blob/main/swayswitch
chmod +x ~/.local/bin/swayswitch

Usage

Add a keybinding to ~/.config/sway/config:

bindsym $mod+Tab exec ~/.local/bin/swayswitch

Reload config and open up window switcher with $mod+tab.