aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Daniel Eklöf <daniel@ekloef.se>2019-06-01 21:05:09 +0200
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-06-05 11:00:10 -0400
commit190546fd315a24c04006fb1b177069933f4350da (patch)
treedb0910b4931625d259f14b22a56b54095a8466bd /sway/sway-input.5.scd
parentcmd_hide_edge_borders: add missing arg count check (diff)
downloadsway-190546fd315a24c04006fb1b177069933f4350da.tar.gz
sway-190546fd315a24c04006fb1b177069933f4350da.tar.zst
sway-190546fd315a24c04006fb1b177069933f4350da.zip
add seat sub command 'xcursor_theme'
New 'seat <name> xcursor_theme <theme> [<size>]' command that configures the default xcursor theme. The default seat's xcursor theme is also propagated to XWayland, and exported through the XCURSOR_THEME and XCURSOR_SIZE environment variables. This is done every time the default seat's configuration is changed.
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd6
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index efd3d1af..3191bddf 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -206,6 +206,12 @@ correct seat.
206 by default) for the seat. This is primarily useful for video games. The 206 by default) for the seat. This is primarily useful for video games. The
207 "escape" command can be used at runtime to escape from a captured client. 207 "escape" command can be used at runtime to escape from a captured client.
208 208
209*seat* <name> xcursor_theme <theme> [<size>]
210 Override the system default XCursor theme. The default seat's
211 (_seat0_) theme is also used as the default cursor theme in
212 XWayland, and exported through the _XCURSOR_THEME_ and
213 _XCURSOR_SIZE_ environment variables.
214
209# SEE ALSO 215# SEE ALSO
210 216
211*sway*(5) *sway-output*(5) *xkeyboard-config*(7) 217*sway*(5) *sway-output*(5) *xkeyboard-config*(7)