diff options
author | Nico Schlömer <nico.schloemer@gmail.com> | 2020-07-23 14:25:51 +0200 |
---|---|---|
committer | Nico Schlömer <nico.schloemer@gmail.com> | 2020-07-23 14:25:51 +0200 |
commit | 676a5e51bf1d2b1f0f2ce45b47453b2f320c68fc (patch) | |
tree | e140a742816884ef120d971819e9465fd4d59386 /README.md | |
parent | dc7b9ef6cfb1cdeb067188deb2bcdcf6808afe06 (diff) | |
download | autotiling-676a5e51bf1d2b1f0f2ce45b47453b2f320c68fc.tar.gz |
add pypi badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -14,15 +14,15 @@ action](https://img.youtube.com/vi/UWRZuhn92bQ/0.jpg)](https://www.youtube.com/w 1. Install autotiling. Possible methods: - * _PyPi._ autotiling is available from PyPi, so you can install it with + * _PyPi._ + + [![PyPi + Version](https://img.shields.io/pypi/v/autotiling.svg?style=flat-square)](https://pypi.org/project/autotiling) + + autotiling is available from PyPi, so you can install it with ``` pip install autotiling ``` - _NOTE:_ The current master branch is compatible with sway >= 1.5. For lower - versions you need to use the script from the [sway14 - branch](https://github.com/nwg-piotr/autotiling/tree/sway14) or the [0.9 - release](https://github.com/nwg-piotr/autotiling/releases/tag/v0.9). - * _Arch Linux_ @@ -45,5 +45,11 @@ action](https://img.youtube.com/vi/UWRZuhn92bQ/0.jpg)](https://www.youtube.com/w snap install autotiling ``` + _NOTE:_ The current master branch is compatible with sway >= 1.5. For lower versions + you need to use the script from the [sway14 + branch](https://github.com/nwg-piotr/autotiling/tree/sway14) or the [0.9 + release](https://github.com/nwg-piotr/autotiling/releases/tag/v0.9). + + 2. Add `exec autotiling` to the `~/.config/sway/config` or `exec_always --no-startup-id autotiling` to the `~/.config/i3/config` file. |