From 5569f2db2aaa8e96917b3a2b27fbf255bf7a5ea0 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 24 Aug 2020 21:12:09 -0400 Subject: [PATCH] Fixing the log errors. The old Xresources based configuration format is deprecated. --- rofi/config.rasi | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rofi/config.rasi diff --git a/rofi/config.rasi b/rofi/config.rasi new file mode 100644 index 0000000..09f3b37 --- /dev/null +++ b/rofi/config.rasi @@ -0,0 +1,4 @@ +configuration { + font: "FuraCode Nerd Font Mono 13"; + theme: "default.rasi"; +}