diff options
author | Sam Chudnick <sam@chudnick.com> | 2021-12-07 20:14:46 -0500 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2021-12-07 20:14:46 -0500 |
commit | 8f475f7f9d78eef299cd76cb8f2686e4447746aa (patch) | |
tree | 38ac42b412b2f74172ec52b8632a756eca83820f | |
parent | be06067cd71678e65dafc03ad2ee4710d19458f9 (diff) |
Removed sleep command from cmus start keybinding. Fixed typo.
-rw-r--r-- | .config/sxhkd/sxhkdrc | 4 |
1 files 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 | |||
14 | 14 | ||
15 | # Cmus Bindings | 15 | # Cmus Bindings |
16 | super + m | 16 | super + m |
17 | urxvt -name "cmus" -e cmus; sleep 1; pkill -RTMIN+12 dwmblocks | 17 | urxvt -name "cmus" -e cmus; pkill -RTMIN+12 dwmblocks |
18 | super + shift + m | 18 | super + shift + m |
19 | cmus-remote --raw q; pkill -RTMIN+12 dwmblocks | 19 | cmus-remote --raw q; pkill -RTMIN+12 dwmblocks |
20 | super + {comma, greater, less} | 20 | super + {comma, greater, less} |
21 | cmus-remote --{pause,next,prev}; pkill -RTMIN+12 dwmblocks | 21 | cmus-remote --{pause,next,prev}; pkill -RTMIN+12 dwmblocks |
22 | super + {period, slash} | 22 | super + {period, slash} |