Added volume notifications

This commit is contained in:
agryphus 2023-08-25 21:01:23 -04:00
parent a6f6979d5e
commit 613c97cee8

View file

@ -31,13 +31,13 @@ super + Print
super + shift + Print super + shift + Print
dmenu -p "Screenshot filename:" < /dev/null | xargs -I "name" maim ~/name dmenu -p "Screenshot filename:" < /dev/null | xargs -I "name" maim ~/name
super + minus super + minus
wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-; kill -44 $(pidof dwmblocks) wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
super + shift + minus super + shift + minus
wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; kill -44 $(pidof dwmblocks) wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
super + equal super + equal
wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+; kill -44 $(pidof dwmblocks) wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
super + shift + equal super + shift + equal
wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; kill -44 $(pidof dwmblocks) wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
XF86MonBrightnessUp XF86MonBrightnessUp
change-brightness up change-brightness up
XF86MonBrightnessDown XF86MonBrightnessDown