From 9d44898fb3c2dbac189f5fa7b9b1d789937f348c Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Fri, 25 Dec 2020 21:52:30 -0700 Subject: Better "now playing" module --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sxhkd') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 044ce1d..987bb60 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -7,7 +7,7 @@ super + Return $TERMINAL # Read after releasing 'd' because as soon # as dmenu runs it listens for kb presses. -super + @d +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 -- cgit v1.2.3-54-g00ecf