summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-04-03 15:03:23 -0500
committerToby Vincent <tobyv13@gmail.com>2022-04-03 15:03:23 -0500
commitf15ff1bd85e9ca50c41f006c1809ddd5024d9321 (patch)
treebcfcfb20f32bb69af7d7cc87043ed6d4fc05d577
parent606e6cfaabb712808790916405f120d8bf30b9a4 (diff)
fix: set yofi font as it won't render otherwise
-rw-r--r--makefile2
-rw-r--r--sway/.config/yofi/yofi.config1
2 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 84c5812..8cc40eb 100644
--- a/makefile
+++ b/makefile
@@ -6,7 +6,7 @@ BASH_COMP_DIR := $(HOME)/.local/share/bash-completion/completions
ARCH := $(shell uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/ | sed s/armv7l/armv6/)
-.PHONY: interactive stow_all unstow clean gpg wsl
+.PHONY: interactive stow unstow clean gpg wsl
# TODO https://github.com/andrewsardone/dotfiles/blob/master/Makefile
stow: # Install configuration files
diff --git a/sway/.config/yofi/yofi.config b/sway/.config/yofi/yofi.config
index e69de29..0784178 100644
--- a/sway/.config/yofi/yofi.config
+++ b/sway/.config/yofi/yofi.config
@@ -0,0 +1 @@
+font = "DejaVu Sans" \ No newline at end of file