From 5b4dfefcf7be9b304961e1d05ade31ab73f85cba Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 21 Feb 2026 09:10:16 -0500 Subject: [PATCH] doc: document x / y scroll scale and invert --- doc/user/configuration.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/user/configuration.md b/doc/user/configuration.md index 9f6bf22a3..0cdb11154 100644 --- a/doc/user/configuration.md +++ b/doc/user/configuration.md @@ -50,15 +50,15 @@ option=value This section contains options used when in client mode. It will begin with `[client]` - -| Option | Valid Values | Description | -|:----------------------|:------------------:|:-----------| -| binary | Filename | The filename of the binary to call for client mode. This binary exists in the same path as the GUI | -| invertScrollDirection | `true` or `false` | Invert scroll on this client [default: false] | -| languageSync | `true` or `false` | Sync to server language [default: true] | -| remoteHost | `IP` or `hostname` | The remote host(s) to connect to. Use a comma seperated list when you want to try severial hosts | -| yScrollScale | Double 0.1 - 10.0 | Mouse scrolling will be scaled by this amount on the client [default: 1.0] | -| xdpRestoreToken | UUID | Restore token provided by XDG portals | +| Option | Valid Values | Description | +|:------------------|:------------------:|:-----------| +| languageSync | `true` or `false` | Sync to server language [default: true] | +| remoteHost | `IP` or `hostname` | The remote host(s) to connect to. Use a comma separated list when you want to try several hosts | +| yScrollScale | Double 0.1 - 10.0 | Vertical mouse scrolling will be scaled by this amount on the client [default: 1.0] | +| xScrollScale | Double 0.1 - 10.0 | Horizontal mouse scrolling will be scaled by this amount on the client [default: 1.0] | +| invertYScroll | `true` or `false` | Invert vertical scroll on this client [default: false] | +| invertXScroll | `true` or `false` | Invert horizontal scroll on this client [default: false] | +| xdpRestoreToken | UUID | Restore token provided by XDG portals | ### Core