fix(gtk): Explicite cursor theme (otherwise does not render properly)

This commit is contained in:
2024-11-09 00:06:49 +01:00
parent 3862539610
commit 91c830f75f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
gtk-theme-name=adw-gtk3-dark gtk-theme-name=adw-gtk3-dark
gtk-icon-theme-name=Pop gtk-icon-theme-name=Pop
gtk-font-name=Roboto 11 gtk-font-name=Roboto 11
gtk-cursor-theme-name=default gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=24 gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR

View File

@@ -1,6 +1,6 @@
Net/ThemeName "adw-gtk3-dark" Net/ThemeName "adw-gtk3-dark"
Net/IconThemeName "Pop" Net/IconThemeName "Pop"
Gtk/CursorThemeName "default" Gtk/CursorThemeName "Adwaita"
Net/EnableEventSounds 1 Net/EnableEventSounds 1
EnableInputFeedbackSounds 0 EnableInputFeedbackSounds 0
Xft/Antialias 1 Xft/Antialias 1