This commit is contained in:
Dan Ponte 2023-01-15 11:31:35 -05:00
parent f5be64a16b
commit 6d46aaffcf
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
`swarp` swaps the first two i3 output workspaces.
# Building
Type `make`
# Using
Bind like
```
bindsym $mod+Shift+s exec --no-startup-id swarp
```