From 190546fd315a24c04006fb1b177069933f4350da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= 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/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index 05cece7a..262d7057 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -89,6 +89,7 @@ sway_sources = files( 'commands/seat/fallback.c', 'commands/seat/hide_cursor.c', 'commands/seat/pointer_constraint.c', + 'commands/seat/xcursor_theme.c', 'commands/set.c', 'commands/show_marks.c', 'commands/smart_borders.c', -- cgit v1.2.3