diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 17:47:49 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 17:48:06 -0500 |
| commit | 70cca326cb6bb1803592deea330a7943399e3bee (patch) | |
| tree | f56e999e897d50b28758986c2278998d4afc74ec /niri | |
| parent | 8d91c4954c8ede0ebc6d2256e0a5864517ecd65a (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')
| -rw-r--r-- | niri/.config/niri/config.kdl | 2 |
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 } |
