From 8f475f7f9d78eef299cd76cb8f2686e4447746aa Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Tue, 7 Dec 2021 20:14:46 -0500 Subject: Removed sleep command from cmus start keybinding. Fixed typo. --- .config/sxhkd/sxhkdrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 997ed1d..3263859 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -14,9 +14,9 @@ super + F1 # Cmus Bindings super + m - urxvt -name "cmus" -e cmus; sleep 1; pkill -RTMIN+12 dwmblocks + urxvt -name "cmus" -e cmus; pkill -RTMIN+12 dwmblocks super + shift + m - cmus-remote --raw q; pkill -RTMIN+12 dwmblocks + cmus-remote --raw q; pkill -RTMIN+12 dwmblocks super + {comma, greater, less} cmus-remote --{pause,next,prev}; pkill -RTMIN+12 dwmblocks super + {period, slash} -- cgit v1.2.3