aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2020-07-20 11:31:56 +0200
committerNico Schlömer <nico.schloemer@gmail.com>2020-07-20 11:31:56 +0200
commit27d235511173ac0f360c213b3062d75de4bc6533 (patch)
tree56a20cdfd93b6dd913222c1c4674363899cce9fd
parent92cbfa1c3792f9c9b78ea0077961f1bfde0a7037 (diff)
downloadautotiling-27d235511173ac0f360c213b3062d75de4bc6533.tar.gz
readme fixes
-rw-r--r--README.md25
1 files changed, 12 insertions, 13 deletions
diff --git a/README.md b/README.md
index 6d35f0f..53c247a 100644
--- a/README.md
+++ b/README.md
@@ -12,17 +12,17 @@ Inspired by https://github.com/olemartinorg/i3-alternating-layout
1. Install autotiling. Possible methods:
- * 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).
+ * PyPi._ 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
+ * _Arch Linux_
[![Packaging status](https://repology.org/badge/vertical-allrepos/autotiling.svg)](https://repology.org/project/autotiling/versions)
For the sway-git package use [autotiling-git](https://aur.archlinux.org/packages/autotiling-git).
@@ -34,10 +34,9 @@ Inspired by https://github.com/olemartinorg/i3-alternating-layout
`exec /path/to/the/script/autotiling.py` on sway or `exec_always --no-startup-id /path/to/the/script/autotiling.py` on i3.
* _Snap_
- ```
- snap install autotiling`
- ```
+ ```
+ snap install autotiling
+ ```
2. Add `exec autotiling` to the `~/.config/sway/config` or `exec_always --no-startup-id
autotiling` to the `~/.config/i3/config` file.
-