diff options
author | xyz <gky44px1999@gmail.com> | 2021-05-27 20:23:35 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-05-27 20:23:35 -0700 |
commit | 6f895a31fa8689d8e8d360fee80d2765bcd85cbb (patch) | |
tree | fab20133e55058fd1a3adb006afc59de626c2d84 /.config | |
parent | 7d9a71533c3ee0b82bfa58bf3a495386bf868831 (diff) |
organize scripts, add PATH
Diffstat (limited to '.config')
-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 471ffc63..3fc79624 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -1,2 +1,2 @@ alt + Print - ffmpeg -f x11grab -i $DISPLAY -vframes 1 $HOME/pictures/screenshots/$($HOME/programs/my_scripts/time.uuid.sh).png + ffmpeg -f x11grab -i $DISPLAY -vframes 1 $HOME/pictures/screenshots/$(time.uuid).png |