diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-18 23:21:28 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-18 23:21:28 -0700 |
commit | 0f90ebe6f7327d9d3cd80d8c8093752493d10cf2 (patch) | |
tree | aa2f3f6689c4069aec9068bb437a5da217380467 /.config/sxhkd | |
parent | 91537ecb5ed2e110f8aa9c7366cfef6caddf5dda (diff) |
newsboat, mpvsel, refactor
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 0acbaa26..7079593b 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -1,5 +1,3 @@ -# vim: ft=sh - alt + Print ffmpeg -f x11grab -i "$DISPLAY" -vframes 1 "$XDG_PICTURES_DIR/screenshots/$(time.uuid)".png @@ -15,7 +13,7 @@ alt + XF86AudioMute kill -RTMIN "$(cat ~/.cache/pidofbar)" alt + y - mpvsel || notify-send "mpvsel failed" + mpvsel alt + w firefox @@ -28,3 +26,5 @@ XF86Audio{Prev,Play,Next} @Caps_Lock kill -RTMIN+3 "$(cat ~/.cache/pidofbar)" + +# vim: ft=sh |