Volume control keys
This commit is contained in:
parent
f221d03555
commit
685a1bf4ea
1 changed files with 8 additions and 0 deletions
|
|
@ -12,4 +12,12 @@ super + Print
|
|||
dmenu -p "Screenshot filename:" < /dev/null | xargs -I "name" maim -s ~/name
|
||||
super + shift + Print
|
||||
dmenu -p "Screenshot filename:" < /dev/null | xargs -I "name" maim ~/name
|
||||
super + minus
|
||||
wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; kill -44 $(pidof dwmblocks)
|
||||
super + shift + minus
|
||||
wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%-; kill -44 $(pidof dwmblocks)
|
||||
super + equal
|
||||
wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; kill -44 $(pidof dwmblocks)
|
||||
super + shift + equal
|
||||
wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%+; kill -44 $(pidof dwmblocks)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue