We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ff85f commit e4ffb9eCopy full SHA for e4ffb9e
README.md
@@ -18,7 +18,7 @@ cd sway-input-config && python setup.py install
18
```
19
20
#### From PIP:
21
-pip install sway-input-config
+`pip install sway-input-config`
22
23
#### Arch Linux:
24
Available in [AUR](https://aur.archlinux.org/packages/sway-input-config)
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='sway-input-config',
10
- version='1.3.1',
+ version='1.3.2',
11
description='input devices configurator for sway',
12
license='GPL-3',
13
author='Aleksey Samoilov',
0 commit comments