diff options
author | zachir <zachir@librem.one> | 2024-06-05 09:10:50 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-05 09:10:50 -0500 |
commit | f5b4c3138b0bf7db458f4979b958640b1f19d777 (patch) | |
tree | 77aace696f1a497386cfe26ce32a9e50fb67a6c2 /xsettingsd | |
parent | f7175b21a3a6cc6965b0ea77e7c47535ce83beec (diff) |
Fix cursor support
Hyprcursor and Xcursor were rendering differently; this should be fixed
now that they use the same size (32px) and theme.
Diffstat (limited to 'xsettingsd')
-rw-r--r-- | xsettingsd/xsettingsd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsettingsd/xsettingsd.conf b/xsettingsd/xsettingsd.conf index 8fa8d9b..27d09c3 100644 --- a/xsettingsd/xsettingsd.conf +++ b/xsettingsd/xsettingsd.conf @@ -1,6 +1,6 @@ Net/ThemeName "Flat-Remix-GTK-Green-Darkest-Solid" Net/IconThemeName "Mint-X" -Gtk/CursorThemeName "Adwaita" +Gtk/CursorThemeName "BreezeX-Black" Net/EnableEventSounds 1 EnableInputFeedbackSounds 0 Xft/Antialias 1 |