fix: call "$TERMINAL" instead of "st"
This commit is contained in:
parent
36400e76e2
commit
5cc2a59e8e
@ -51,7 +51,7 @@ super + shift + {h,j,k,l}
|
|||||||
player {prev,stop,toggle,next}
|
player {prev,stop,toggle,next}
|
||||||
|
|
||||||
super + shift + m
|
super + shift + m
|
||||||
st -c "ncmpcpp" -e ncmpcpp
|
$TERMINAL -c "ncmpcpp" -e ncmpcpp
|
||||||
|
|
||||||
super + shift + b
|
super + shift + b
|
||||||
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script
|
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script
|
||||||
|
Reference in New Issue
Block a user