diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-27 18:30:49 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-27 18:30:49 -0700 |
commit | d1c0fa2be1f216833f36191838f3c1d1e36d6cb1 (patch) | |
tree | 37a55994c3b6a34f19010cb72aeefb98fa1954cd /.config/sxhkd | |
parent | b63d390057e957e0f27990bb868f171f8233c0cf (diff) |
record screen script and hotkey
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 5 |
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 |