diff options
author | emersion <contact@emersion.fr> | 2018-12-31 01:42:33 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-12-31 01:42:33 +0100 |
commit | 72f8d0ff597abc4cfb3c0fe8955976b593d46f9d (patch) | |
tree | 2d7171770238ff42e531b0f05b18a50ebfbc6d65 /sway | |
parent | 4d88c957905e7f6b2c8188d218ca22b3e6986fe4 (diff) |
Undocument SWAY_CURSOR_THEME and SWAY_CURSOR_SIZE
These are not yet implemented, and will be exposed as a configuration command
rather than env variables when implemented.
This also adds a reference to sway-input(5) in xkb env configuration. Maybe we
should just un-document these instead.
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway.1.scd | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sway/sway.1.scd b/sway/sway.1.scd index f66c4cdb..09c8ccfd 100644 --- a/sway/sway.1.scd +++ b/sway/sway.1.scd @@ -71,18 +71,14 @@ with *i3-msg*(1) or even with *i3*(1). The following environment variables have an effect on sway: -_SWAY\_CURSOR\_THEME_ - Specifies the name of the cursor theme to use. - -_SWAY\_CURSOR\_SIZE_ - Specifies the size of the cursor to use. - _SWAYSOCK_ Specifies the path to the sway IPC socket. _XKB\_DEFAULT\_RULES_, _XKB\_DEFAULT\_MODEL_, _XKB\_DEFAULT\_LAYOUT_, _XKB\_DEFAULT\_VARIANT_, _XKB\_DEFAULT\_OPTIONS_ - Configures the xkb keyboard settings. See *xkeyboard-config*(7). + Configures the xkb keyboard settings. See *xkeyboard-config*(7). The + preferred way to configure the keyboard is via the configuration file, see + *sway-input*(5). # AUTHORS |