summarylogtreecommitdiffstats
path: root/patch-archlinux-font-dir.patch
blob: 9aef2f689a9c03120ef89bdce4b664c954215f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /fbkeyboard.c	2020-07-11 06:41:57.000000000 +0200
--- /fbkeyboard.c	2022-04-03 16:56:07.240059480 +0200
@@ -34,7 +34,7 @@
 
 volatile sig_atomic_t done = 0;
 
-char *font = "/usr/share/fonts/ttf-dejavu/DejaVuSans.ttf";
+char *font = "/usr/share/fonts/TTF/DejaVuSans.ttf";
 char *device = NULL;
 char *special[][7] = {
 	{ "Esc", "Tab", "F10", " / ", " - ", " . ", " \\ " },