From d5e9ff6ad0106aeb11db57cc27728d5fcf0d8117 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Mon, 31 Mar 2025 19:58:25 -0500 Subject: [PATCH] niri: set cursor theme --- templates/.config/niri/config.kdl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/.config/niri/config.kdl b/templates/.config/niri/config.kdl index c924d2a..563d0d7 100644 --- a/templates/.config/niri/config.kdl +++ b/templates/.config/niri/config.kdl @@ -193,6 +193,11 @@ environment { DISPLAY ":12" } +cursor { + xcursor-theme "breeze_cursors" + 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. // Additionally, clients will be informed that they are tiled, removing some client-side rounded corners.