diff options
Diffstat (limited to 'dotfiles/system/.config/sxhkd/sxhkdrc')
| -rw-r--r-- | dotfiles/system/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/system/.config/sxhkd/sxhkdrc b/dotfiles/system/.config/sxhkd/sxhkdrc index 9e62cc7..564437a 100644 --- a/dotfiles/system/.config/sxhkd/sxhkdrc +++ b/dotfiles/system/.config/sxhkd/sxhkdrc @@ -46,9 +46,9 @@ super + shift + k # Audio XF86AudioMute - amixer -q -D pulse sset Master toggle && dwmstatus + amixer -q -D pulse sset Master toggle && XF86Audio{Raise,Lower}Volume - pactl -- set-sink-volume 0 {+,-}10% && dwmstatus + pactl -- set-sink-volume 0 {+,-}10% && # Brightness XF86MonBrightnessUp @@ -58,7 +58,7 @@ XF86MonBrightnessDown # Microphone Toggle super + alt + control + space - amixer set Capture toggle && dwmstatus && amixer get Capture | grep '\[off\]' && notify-send "Microphone" "Microphone muted" || notify-send "Microphone" "Microphone on" + amixer set Capture toggle && amixer get Capture | grep '\[off\]' && notify-send "Microphone" "Microphone muted" || notify-send "Microphone" "Microphone on" # Bluetooth super + shift + b |
