mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-06 19:32:50 +01:00
fix(gtk): Explicite cursor theme (otherwise does not render properly)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user