aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.1.scd
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-12-31 01:42:33 +0100
committerLibravatar emersion <contact@emersion.fr>2018-12-31 01:42:33 +0100
commit72f8d0ff597abc4cfb3c0fe8955976b593d46f9d (patch)
tree2d7171770238ff42e531b0f05b18a50ebfbc6d65 /sway/sway.1.scd
parenthide_cursor: change to a seat subcommand (diff)
downloadsway-72f8d0ff597abc4cfb3c0fe8955976b593d46f9d.tar.gz
sway-72f8d0ff597abc4cfb3c0fe8955976b593d46f9d.tar.zst
sway-72f8d0ff597abc4cfb3c0fe8955976b593d46f9d.zip
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/sway.1.scd')
-rw-r--r--sway/sway.1.scd10
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).
71 71
72The following environment variables have an effect on sway: 72The following environment variables have an effect on sway:
73 73
74_SWAY\_CURSOR\_THEME_
75 Specifies the name of the cursor theme to use.
76
77_SWAY\_CURSOR\_SIZE_
78 Specifies the size of the cursor to use.
79
80_SWAYSOCK_ 74_SWAYSOCK_
81 Specifies the path to the sway IPC socket. 75 Specifies the path to the sway IPC socket.
82 76
83_XKB\_DEFAULT\_RULES_, _XKB\_DEFAULT\_MODEL_, _XKB\_DEFAULT\_LAYOUT_, 77_XKB\_DEFAULT\_RULES_, _XKB\_DEFAULT\_MODEL_, _XKB\_DEFAULT\_LAYOUT_,
84_XKB\_DEFAULT\_VARIANT_, _XKB\_DEFAULT\_OPTIONS_ 78_XKB\_DEFAULT\_VARIANT_, _XKB\_DEFAULT\_OPTIONS_
85 Configures the xkb keyboard settings. See *xkeyboard-config*(7). 79 Configures the xkb keyboard settings. See *xkeyboard-config*(7). The
80 preferred way to configure the keyboard is via the configuration file, see
81 *sway-input*(5).
86 82
87# AUTHORS 83# AUTHORS
88 84