diff options
-rw-r--r-- | .config/sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 3fc79624..e1a37403 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -1,2 +1,5 @@ alt + Print ffmpeg -f x11grab -i $DISPLAY -vframes 1 $HOME/pictures/screenshots/$(time.uuid).png + +XF86Audio{RaiseVolume,LowerVolume,Mute} + amixer set Master {5%+,5%-,toggle} |