diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2020-05-25 17:35:02 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2020-05-25 17:35:02 +0000 |
| commit | bcbfda7273fe5763a6b6d29bcf47001fe9d1684b (patch) | |
| tree | 5ba293c56b0f614a6fa108c731f45eb830683fa8 /sxhkd/.config | |
| parent | 8f372cbf46aac13184618bb2a83612c5b69e462b (diff) | |
reconcoled with arch
Diffstat (limited to 'sxhkd/.config')
| -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 |
