dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 652161e2bfcf439eada9e8d6560a4097e0622ef8
parent bed93aaf5662b4e2aee60475d06685fb75004300
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 13 Sep 2019 15:20:03 +0200

Add extra binding for mpc stop

Diffstat:
M.config/sxhkd/sxhkdrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -100,8 +100,8 @@ alt + control + shift + c mpv --no-osc --input-conf=/dev/null --title='mpvfloat' /dev/video0 alt + control + shift + m $TERMINAL -e ncmpcpp -alt + control + shift + {p,s,n,b} - mpc {toggle,stop,next,prev}; dwmstatus-refresh +alt + control + shift + {p,s,o,n,b} + mpc {toggle,stop,stop,next,prev}; dwmstatus-refresh XF86AudioMute pulsemixer --toggle-mute; dwmstatus-refresh #amixer sset Master toggle; dwmstatus-refresh