Skip to content

Commit

Permalink
README: Add Void Linux to the index
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito authored Mar 23, 2022
1 parent 4d88de0 commit 938db13
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Many more actions and gestures are available and everything is easily configurab
* [Arch Linux, Manjaro and derivatives](#arch-linux-manjaro-and-derivatives)
* [openSUSE](#opensuse)
* [Alpine Linux](#alpine-linux)
* [Void Linux](#void-linux)
* [GNOME](#gnome)
* [Configuration](#configuration)
* [Using Touché](#using-touché)
Expand Down Expand Up @@ -140,14 +141,6 @@ it is recommended to use the
[official COPR](https://copr.fedorainfracloud.org/coprs/joseexposito/touchegg/) to install Touchégg and
receive updates.

## Void Linux

Touchégg is available from the main repository. To use it, you have to enable its service after installing.

```bash
$ sudo xbps-install touchegg
$ sudo ln -s /etc/sv/touchegg /var/service
```
## Alpine Linux

Uncomment the url for the testing repository in /etc/apk/repositories, then install:
Expand All @@ -168,6 +161,16 @@ The init script can also be used to manually start and stop the Touchégg daemon
$ sudo rc-service touchegg start
$ sudo rc-service touchegg stop
```

## Void Linux

Touchégg is available from the main repository. To use it, you have to enable its service after installing.

```bash
$ sudo xbps-install touchegg
$ sudo ln -s /etc/sv/touchegg /var/service
```

## GNOME

If you are using the GNOME Desktop Environment it is recommended to also install this extension:
Expand Down

0 comments on commit 938db13

Please sign in to comment.