From 9e34c0540e703a3b260ab86e62deaa612fee0016 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:08:18 -0700 Subject: Change dmenu color --- .config/sxhkd/sxhkdrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.config/sxhkd/sxhkdrc') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index b92bc7b..cf1ae91 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -5,8 +5,10 @@ # Basic. super + Return $TERMINAL -super + d - dmenu_run +# Read after releasing 'd' because as soon +# as dmenu runs it listens for kb presses. +super + @d + dmenu_run -fn "Noto Sans Mono:size=12" -nb "$(xresource background)" -nf "$(xresource foreground)" -sb "$(xresource color4)" -sf "$(xresource color0)" super + Escape pkill -USR1 -x sxhkd super + shift + Escape -- cgit v1.2.3-70-g09d2