From 07e952855b2531e25a8242d9f29bec3642a5ef28 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 18 Jul 2020 21:33:48 +0200 Subject: dmenu font fix --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sxhkd/sxhkdrc') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 383fb3f..440ec89 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -2,7 +2,7 @@ super + Return /usr/local/bin/alacritty super + p - /usr/local/bin/dmenu_run -c -l 5 -m 0 -fn "mononoki:size=13" -nb "#222222" -nf "#bbbbbb" -sb "#b92121" -sf "#eeeeee" + /usr/local/bin/dmenu_run -c -l 5 -m 0 -fn "mononoki Nerd Font:size=13" -nb "#222222" -nf "#bbbbbb" -sb "#b92121" -sf "#eeeeee" super + control + r /bin/pkill -USR1 -x sxhkd -- cgit v1.2.3