home: fix font-name
Otherwise gnome-shell will not display text.
This commit is contained in:
parent
30e6a941a7
commit
52bd13e283
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ with lib.hm.gvariant;
|
|||
enable-hot-corners = false;
|
||||
font-antialiasing = "grayscale";
|
||||
font-hinting = "slight";
|
||||
font-name = "Cantarell";
|
||||
font-name = "Cantarell 10";
|
||||
gtk-enable-primary-paste = false;
|
||||
gtk-key-theme = "Emacs";
|
||||
gtk-theme = "Adwaita";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue