mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
committed by
GitHub
parent
0d96948c26
commit
a987f93133
@@ -321,6 +321,9 @@ To do so, use the `daemon` subcommand:
|
|||||||
```sh
|
```sh
|
||||||
lan-mouse daemon
|
lan-mouse daemon
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## Systemd Service
|
||||||
|
|
||||||
In order to start lan-mouse with a graphical session automatically,
|
In order to start lan-mouse with a graphical session automatically,
|
||||||
the [systemd-service](service/lan-mouse.service) can be used:
|
the [systemd-service](service/lan-mouse.service) can be used:
|
||||||
@@ -332,7 +335,9 @@ cp service/lan-mouse.service ~/.config/systemd/user
|
|||||||
systemctl --user daemon-reload
|
systemctl --user daemon-reload
|
||||||
systemctl --user enable --now lan-mouse.service
|
systemctl --user enable --now lan-mouse.service
|
||||||
```
|
```
|
||||||
</details>
|
> [!Important]
|
||||||
|
> Make sure to point `ExecStart=/usr/bin/lan-mouse daemon` to the actual `lan-mouse` binary (in case it is not under `/usr/bin`, e.g. when installed manually.
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
To automatically load clients on startup, the file `$XDG_CONFIG_HOME/lan-mouse/config.toml` is parsed.
|
To automatically load clients on startup, the file `$XDG_CONFIG_HOME/lan-mouse/config.toml` is parsed.
|
||||||
|
|||||||
Reference in New Issue
Block a user