diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-10 01:36:21 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-10 01:36:21 -0700 |
commit | 7fd49e817ebc9b3b3e985d393dff299094d37e0e (patch) | |
tree | ec3f62d0672d846e82392d549f93e2c28df6f23d /.config/sxhkd | |
parent | 9cf12e1b8311db07b1e19f901869cd38de76d04f (diff) |
add MPRIS playerctl control hotkeys
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 6585ecb0..d2e7c81f 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -1,3 +1,5 @@ +# vim: ft=sh + alt + Print ffmpeg -f x11grab -i "$DISPLAY" -vframes 1 "$HOME"/pictures/screenshots/"$(time.uuid)".png @@ -9,3 +11,6 @@ alt + y alt + w firefox + +XF86Audio{Prev,Play,Next} + playerctl {previous,play-pause,next} |