diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-11 19:08:02 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-11 19:08:02 -0700 |
commit | cecfcd1d838d539fdb2f401560a335f2add3fd90 (patch) | |
tree | f4541bf2f08a6195c0a1b18455f392aedd9a4ed1 /.config/sxhkd/sxhkdrc | |
parent | 49489f8f3fe6def02fb82c1e931399266fe957ec (diff) |
refactor
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 6ca5eae6..421e4ec6 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -1,7 +1,7 @@ # vim: ft=sh alt + Print - ffmpeg -f x11grab -i "$DISPLAY" -vframes 1 "$HOME"/pictures/screenshots/"$(time.uuid)".png + ffmpeg -f x11grab -i "$DISPLAY" -vframes 1 "$HOME/pictures/screenshots/$(time.uuid)".png XF86Audio{RaiseVolume,LowerVolume,Mute} amixer set Master {5%+,5%-,toggle} |