Update README.md

Update usage info
This commit is contained in:
Mikael Nordin 2020-12-24 23:23:40 +01:00 committed by GitHub
parent 3168594c39
commit 3543c95798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,13 @@
# swayswitch
A simple windowswitcher written in python using wxPython
## Usage
```
wget -O https://github.com/mickenordin/swayswitch/blob/main/swayswitch https://github.com/mickenordin/swayswitch/blob/main/swayswitch
```
Add a keybinding to ~/.config/sway/config:
```
bindsym $mod+Tab exec ~/.local/bin/swayswitch
```
Reload config and open up window switcher with $mod+tab.