summaryrefslogtreecommitdiff
path: root/.config/sxhkd
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-09-27 18:30:49 -0700
committerxyz <gky44px1999@gmail.com>2021-09-27 18:30:49 -0700
commitd1c0fa2be1f216833f36191838f3c1d1e36d6cb1 (patch)
tree37a55994c3b6a34f19010cb72aeefb98fa1954cd /.config/sxhkd
parentb63d390057e957e0f27990bb868f171f8233c0cf (diff)
record screen script and hotkey
Diffstat (limited to '.config/sxhkd')
-rw-r--r--.config/sxhkd/sxhkdrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index c05dfc36..91d45433 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -1,4 +1,4 @@
-alt + Print
+Print
ffmpeg -f x11grab -i "$DISPLAY" -vframes 1 "$XDG_PICTURES_DIR/screenshots/$(time.uuid)".png
XF86Audio{RaiseVolume,LowerVolume,Mute}
@@ -33,4 +33,7 @@ XF86Audio{Prev,Play,Next}
@Caps_Lock
kill -RTMIN+3 "$(cat ~/.cache/pidofbar)"
+alt + Print
+ reco
+
# vim: ft=sh