From 70cca326cb6bb1803592deea330a7943399e3bee Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Thu, 30 Jul 2026 17:47:49 -0500 Subject: niri: bump xcursor-size to 24 to match XCURSOR_SIZE Was 18 while the session env sets XCURSOR_SIZE=24, causing the cursor to resize between compositor chrome and apps. Assisted-by: Claude:claude-opus-4-8 --- niri/.config/niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index 0c1fc54..790f235 100644 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -226,5 +226,5 @@ binds { cursor { xcursor-theme "Adwaita" - xcursor-size 18 + xcursor-size 24 } -- cgit v1.3