From af93357560ce129cef2d4bfbbb2805dc8d43023c Mon Sep 17 00:00:00 2001 From: David Date: Sat, 6 Feb 2021 00:08:45 +0100 Subject: [PATCH] feat: ncmpcpp can be spawn in a floating window --- .config/sxhkd/sxhkdrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index f5efbf8..4c7f360 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -48,5 +48,8 @@ super + shift + p super + shift + {h,j,k,l} player {prev,stop,toggle,next} +super + shift + m + st -c "ncmpcpp" -e ncmpcpp + super + shift + b script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script