From 94d8698934337b54b52af8b10733e2ee97b64013 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 29 May 2025 17:49:41 -0500 Subject: removing dwmstatus as it was replaced by conky --- dotfiles/system/.config/sxhkd/sxhkdrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dotfiles/system/.config/sxhkd/sxhkdrc') 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 -- cgit v1.2.3