aboutsummaryrefslogtreecommitdiff
path: root/niri/.config
diff options
context:
space:
mode:
authorHenry J. Webster <hwebs@hwebs.info>2026-07-30 17:47:49 -0500
committerHenry J. Webster <hwebs@hwebs.info>2026-07-30 17:48:06 -0500
commit70cca326cb6bb1803592deea330a7943399e3bee (patch)
treef56e999e897d50b28758986c2278998d4afc74ec /niri/.config
parent8d91c4954c8ede0ebc6d2256e0a5864517ecd65a (diff)
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
Diffstat (limited to 'niri/.config')
-rw-r--r--niri/.config/niri/config.kdl2
1 files changed, 1 insertions, 1 deletions
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
}