swayswitch/README.md
Mikael Nordin 84f74cf3b8
Update README.md
Thanks to tobiaspc
2020-12-24 23:52:39 +01:00

23 lines
599 B
Markdown

# 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.
## Thanks
Thanks to tobiaspc for the startingpoint for this code: <https://github.com/tobiaspc/wofi-scripts>