mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
xsettings: switch cursor to Adwaita
In the hope it would work inside Flatpak. No luck.
This commit is contained in:
parent
2de35a0f3f
commit
b3bbc8e1f8
2 changed files with 4 additions and 4 deletions
|
@ -8,9 +8,9 @@ local gtk2 = io.open(os.getenv("HOME") .. "/.gtkrc-2.0", "w")
|
|||
gtk2:write([[
|
||||
gtk-theme-name="Adwaita"
|
||||
gtk-icon-theme-name="Adwaita"
|
||||
gtk-font-name="DejaVu Sans 10"
|
||||
gtk-cursor-theme-name="oxy-cherry"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-font-name="DejaVu Sans 10"
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-fallback-icon-theme="gnome"
|
||||
|
|
|
@ -4,9 +4,9 @@ Xft/Hinting 1
|
|||
Xft/HintStyle "hintslight"
|
||||
Net/ThemeName "Adwaita"
|
||||
Net/IconThemeName "Adwaita"
|
||||
Gtk/FontName "DejaVu Sans 10"
|
||||
Gtk/CursorThemeName "oxy-cherry"
|
||||
Gtk/CursorThemeName "Adwaita"
|
||||
Gtk/CursorThemeSize 0
|
||||
Gtk/FontName "DejaVu Sans 10"
|
||||
Gtk/ButtonImages 1
|
||||
Gtk/MenuImages 1
|
||||
Gtk/DecorationLayout ":menu"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue