From 5cc2a59e8e1c765e9f1b39e048d92db0710cec44 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sat, 13 Feb 2021 20:08:28 +0100 Subject: [PATCH] fix: call "$TERMINAL" instead of "st" --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 9c23600..68c9764 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -51,7 +51,7 @@ super + shift + {h,j,k,l} player {prev,stop,toggle,next} super + shift + m - st -c "ncmpcpp" -e ncmpcpp + $TERMINAL -c "ncmpcpp" -e ncmpcpp super + shift + b script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script