summarylogtreecommitdiffstats
path: root/patch-archlinux-font-dir.patch
diff options
context:
space:
mode:
authorJulia2022-04-03 17:12:59 +0200
committerJulia2022-04-03 17:12:59 +0200
commit1ea226b93d0cd4fd571f0c9dbcdf32237faf8b2e (patch)
tree9cbdc7a80cf127caf01153d11944a150095f12e3 /patch-archlinux-font-dir.patch
parentbb7813301eea4a5cf095d17ff4e9cdf808aa5930 (diff)
downloadaur-fbkeyboard.tar.gz
Added arch linux font location patch
Diffstat (limited to 'patch-archlinux-font-dir.patch')
-rw-r--r--patch-archlinux-font-dir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patch-archlinux-font-dir.patch b/patch-archlinux-font-dir.patch
new file mode 100644
index 000000000000..9aef2f689a9c
--- /dev/null
+++ b/patch-archlinux-font-dir.patch
@@ -0,0 +1,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", " / ", " - ", " . ", " \\ " },