2020-12-24 22:31:36 +01:00
|
|
|
# swayswitch
|
|
|
|
A simple windowswitcher written in python using wxPython
|
2020-12-24 23:23:40 +01:00
|
|
|
|
2020-12-24 23:25:38 +01:00
|
|
|
## Installation
|
2020-12-24 23:23:40 +01:00
|
|
|
```
|
2020-12-24 23:25:38 +01:00
|
|
|
wget -O ~/.local/bin/swayswitch https://github.com/mickenordin/swayswitch/blob/main/swayswitch
|
|
|
|
chmod +x ~/.local/bin/swayswitch
|
2020-12-24 23:23:40 +01:00
|
|
|
```
|
2020-12-24 23:25:38 +01:00
|
|
|
## Usage
|
2020-12-24 23:23:40 +01:00
|
|
|
Add a keybinding to ~/.config/sway/config:
|
|
|
|
|
|
|
|
```
|
|
|
|
bindsym $mod+Tab exec ~/.local/bin/swayswitch
|
|
|
|
```
|
|
|
|
Reload config and open up window switcher with $mod+tab.
|