diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 6639b55..5fe9040 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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)