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 11ebd44a02775d9b92b30a7ac532ecdc0e769cd8
parent 828f427f7498ee5984a616a97e1290aebaddfcf0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  7 Jun 2019 09:44:22 +0200

Fix typo in mute toggle command

Diffstat:
M.config/sxhkd/sxhkdrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -88,7 +88,7 @@ super + control + shift + m super + control + shift + {p,s,n,b} mpc {toggle,stop,next,prev}; dwmstatus-refresh XF86AudioMute - pulsemixer --togle-mute; dwmstatus-refresh + pulsemixer --toggle-mute; dwmstatus-refresh XF86Audio{Raise,Lower}Volume pulsemixer --unmute --change-volume {+3,-3}; dwmstatus-refresh