You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,20 +15,21 @@ For example on Gnome: [Gnome Keyboard Shortcuts](https://help.gnome.org/users/gn
15
15
16
16
This tool is built to be run on Linux.
17
17
18
-
1. Install `libwebsockets` library.
18
+
### Arch Linux
19
19
20
-
Debian/Ubuntu
21
-
```
22
-
apt install libwebsockets19t64
23
-
```
20
+
Build and install the AUR package - [tshotkeytrigger](https://aur.archlinux.org/packages/tshotkeytrigger).
21
+
22
+
### Other
24
23
25
-
Arch Linux
24
+
You can download the provided binary from [Releases](https://github.com/jmansar/tshotkeytrigger/releases) page. Extract the archive and place the executable in your preferred directory.
25
+
26
+
The binary requires the `libwebsockets` shared library, version 4.3.*. Use your system's package manager to install the library.
27
+
28
+
For example, on Debian/Ubuntu:
26
29
```
27
-
pacman -S libwebsockets
30
+
apt install libwebsockets19t64
28
31
```
29
32
30
-
2. Download the archive from the releases page, extract it and copy the executable to your selected directory.
31
-
32
33
## Usage
33
34
34
35
For a list of available options and usage instructions run:
0 commit comments