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/commands/seat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands/seat.c') diff --git a/sway/commands/seat.c b/sway/commands/seat.c index aa36ba95..a827bf74 100644 --- a/sway/commands/seat.c +++ b/sway/commands/seat.c @@ -13,6 +13,7 @@ static struct cmd_handler seat_handlers[] = { { "fallback", seat_cmd_fallback }, { "hide_cursor", seat_cmd_hide_cursor }, { "pointer_constraint", seat_cmd_pointer_constraint }, + { "xcursor_theme", seat_cmd_xcursor_theme }, }; struct cmd_results *cmd_seat(int argc, char **argv) { -- cgit v1.2.3