From d8a511bbac8d487c537dc325d105c1b07ff9c0cf Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 1 Oct 2023 17:42:56 +0400 Subject: config/input: add cursor section This should allow users to configure theme and size for the cursor, as well as automatically set `XCURSOR_THEME` and `XCURSOR_SIZE` env variables. --- resources/default-config.kdl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources/default-config.kdl') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 8c5a9527..69867533 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -67,6 +67,13 @@ focus-ring { inactive-color 0.3 0.3 0.3 1.0 } +cursor { + // Change the theme and size of the cursor as well as set the + // `XCURSOR_THEME` and `XCURSOR_SIZE` env variables. + // xcursor-theme "default" + // xcursor-size 24 +} + // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. // prefer-no-csd -- cgit