diff options
author | zachir <zachir@librem.one> | 2024-07-11 09:55:24 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-07-11 09:55:24 -0500 |
commit | 330830deaa680b147541bfdee60f5260d92521da (patch) | |
tree | 6a5fb58ba9bf6b0e750d04c49967c5b409f0eed4 /gtk-3.0 | |
parent | 25e20b7eb83cdf57096e9cebc952b548e67fa5fa (diff) |
cas: Set cursor size and hyprcursor theme
On cas, I'm using a size 42 cursor. Also, I set the hyprcursor theme to
be named the same as the xcursor theme, BreezeX-Black.
Diffstat (limited to 'gtk-3.0')
-rw-r--r-- | gtk-3.0/settings.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini index 33306a4..f9774b5 100644 --- a/gtk-3.0/settings.ini +++ b/gtk-3.0/settings.ini @@ -3,7 +3,7 @@ gtk-theme-name=Flat-Remix-GTK-Green-Darkest-Solid gtk-icon-theme-name=Mint-X gtk-font-name=Cantarell 11 gtk-cursor-theme-name=BreezeX-Black -gtk-cursor-theme-size=24 +gtk-cursor-theme-size=42 gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 |