diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-29 17:49:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-29 17:49:41 -0500 |
| commit | 94d8698934337b54b52af8b10733e2ee97b64013 (patch) | |
| tree | 1d92d0d04296ea6f7ea38b93959f62ac65e939a6 /dotfiles/system/.config/sxhkd/sxhkdrc | |
| parent | 30ed5fe8da3520fe9b0f34579520084ce5041a47 (diff) | |
removing dwmstatus as it was replaced by conky
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 |
