diff options
Diffstat (limited to 'sxhkd')
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 2a57f12..c63a527 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -54,15 +54,15 @@ super + bracket{left,right} XF86AudioMute pamixer --allow-boost -t && notify-send "🎧 $(pamixer --get-volume-human)" -{XF86AudioLowerVolume, XF86AudioRaiseVolume} - pamixer --allow-boost -{d,i} 10 && notify-send "🎧 $(pamixer --get-volume-human)" +{XF86AudioLowerVolume, XF86AudioRaiseVolume, F2, F3} + pamixer --allow-boost -{d,i,d,i} 10 && notify-send "🎧 $(pamixer --get-volume-human)" super + F1 amixer -c 0 set Headphone 100% unmute && notify-send -t 1000 "🎧 Unmuted!" # Brightness control {XF86MonBrightnessDown, XF86MonBrightnessUp} - light -{U,A} 10; notify-send "💡 $(light -G)"; + light -{U,A} 10; notify-send "💡 $(light -G)"; # Misc super + shift + f |
