aboutsummaryrefslogtreecommitdiff
path: root/config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/sxhkd/sxhkdrc')
-rw-r--r--config/sxhkd/sxhkdrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc
index 3709f54..9931cd7 100644
--- a/config/sxhkd/sxhkdrc
+++ b/config/sxhkd/sxhkdrc
@@ -177,13 +177,13 @@ grave; g
#
super + space
- mpc -h 127.0.0.1 toggle
+ mpc -h 127.0.0.1 toggle && ~/.ratpoison/panel/monce > /tmp/panel-fifo
super + Right
- mpc -h 127.0.0.1 next && echo "p`mpc current`" | cut --bytes 1-40> /tmp/panel-fifo
+ mpc -h 127.0.0.1 next && echo "p`mpc current`" | cut --bytes 1-32 > /tmp/panel-fifo
super + Left
- mpc -h 127.0.0.1 prev && echo "p`mpc current`" | cut --bytes 1-40 > /tmp/panel-fifo
+ mpc -h 127.0.0.1 prev && echo "p`mpc current`" | cut --bytes 1-32 > /tmp/panel-fifo
super + Up
mpc -h 127.0.0.1 volume +5 && mpc -h 127.0.0.1 volume | perl -pe 's/^volume://' | perl -pe 's/%$//' | perl -pe 's/^ /K/' > /tmp/panel-fifo