diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-13 20:23:22 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-13 20:23:22 -0700 |
commit | ceb390c840788a8db4238e8c8bc6e0b996290798 (patch) | |
tree | ee402540d64c977aeb0230c1f0979285d3687b2a /.config/sxhkd/sxhkdrc | |
parent | a5b58972bfcea12b608871f7d4c9a147943f3320 (diff) |
export XDG_XXX_DIR env var in user-dirs.dirs, 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 421e4ec6..528ddcdc 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 "$XDG_PICTURES_DIR/screenshots/$(time.uuid)".png XF86Audio{RaiseVolume,LowerVolume,Mute} amixer set Master {5%+,5%-,toggle} |