docs(readme): add configuration doc

This commit is contained in:
Jeremy Attali 2019-12-15 13:59:06 -05:00
parent 2344414102
commit 8ea8464675

View File

@ -1,2 +1,11 @@
# swappy
A Wayland native snapshot tool, inspired by Snappy on macOS
## Configuration
If you are using [Sway](https://github.com/swaywm/sway), it is recommended to set Swappy as a floating window. To do this, add the following line to your sway config file:
```
for_window [app_id="swappy"] floating enable
```