summaryrefslogtreecommitdiff
path: root/.config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-06-10 22:28:07 -0700
committerxyz <gky44px1999@gmail.com>2021-06-10 22:28:07 -0700
commit0e5f9c63f5ce9b06140fa8cb60213ddf8b5e7412 (patch)
treebae5330a86e8ed4ebfe2286463134c303accf44f /.config/sxhkd/sxhkdrc
parent4603428c081c86abe6b21a0a7b2f204927683a2c (diff)
volume hot keys
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r--.config/sxhkd/sxhkdrc3
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}