From 190546fd315a24c04006fb1b177069933f4350da Mon Sep 17 00:00:00 2001 From: Daniel Eklöf Date: Sat, 1 Jun 2019 21:05:09 +0200 Subject: add seat sub command 'xcursor_theme' New 'seat xcursor_theme []' 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. --- sway/sway-input.5.scd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sway/sway-input.5.scd') 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. by default) for the seat. This is primarily useful for video games. The "escape" command can be used at runtime to escape from a captured client. +*seat* xcursor_theme [] + Override the system default XCursor theme. The default seat's + (_seat0_) theme is also used as the default cursor theme in + XWayland, and exported through the _XCURSOR_THEME_ and + _XCURSOR_SIZE_ environment variables. + # SEE ALSO *sway*(5) *sway-output*(5) *xkeyboard-config*(7) -- cgit v1.2.3-54-g00ecf