Add keybind for mpv with parameter from clipboard
This commit is contained in:
parent
d5eee70630
commit
8e33a041f4
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ XF86MonBrightnessUp
|
|||
XF86MonBrightnessDown
|
||||
[ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5
|
||||
|
||||
super + v
|
||||
mpv $(xclip -o -selection clipboard)
|
||||
|
||||
#
|
||||
# bspwm hotkeys
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue