Add keybind for mpv with parameter from clipboard

This commit is contained in:
Tobias Reisinger 2020-11-18 16:07:34 +01:00
parent d5eee70630
commit 8e33a041f4

View file

@ -48,6 +48,9 @@ XF86MonBrightnessUp
XF86MonBrightnessDown XF86MonBrightnessDown
[ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5 [ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5
super + v
mpv $(xclip -o -selection clipboard)
# #
# bspwm hotkeys # bspwm hotkeys
# #