Added volume notifications
This commit is contained in:
parent
a6f6979d5e
commit
613c97cee8
1 changed files with 4 additions and 4 deletions
|
|
@ -31,13 +31,13 @@ super + Print
|
|||
super + shift + Print
|
||||
dmenu -p "Screenshot filename:" < /dev/null | xargs -I "name" maim ~/name
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
change-brightness up
|
||||
XF86MonBrightnessDown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue