From 75c8a176efb47af3eb85885eb9fa7bbb5de6ce27 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 18 Jul 2020 21:35:30 +0200 Subject: dmenu font update --- .config/sxhkd/README.org | 2 +- .config/sxhkd/sxhkdrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config/sxhkd') diff --git a/.config/sxhkd/README.org b/.config/sxhkd/README.org index 20c660e..e4345c7 100644 --- a/.config/sxhkd/README.org +++ b/.config/sxhkd/README.org @@ -47,7 +47,7 @@ super + Return * dmenu #+BEGIN_SRC text super + p - /usr/local/bin/dmenu_run -c -l 5 -m 0 -fn "mononoki Nerd Font: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=12" -nb "#222222" -nf "#bbbbbb" -sb "#b92121" -sf "#eeeeee" #+END_SRC * Restarting sxhkd diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 440ec89..eeb5e9d 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 Nerd Font: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=12" -nb "#222222" -nf "#bbbbbb" -sb "#b92121" -sf "#eeeeee" super + control + r /bin/pkill -USR1 -x sxhkd -- cgit v1.2.3