mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
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.
This commit is contained in:
parent
799f5a2cd5
commit
190546fd31
9 changed files with 119 additions and 29 deletions
|
|
@ -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* <name> xcursor_theme <theme> [<size>]
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue