diff options
Diffstat (limited to '.config/sxhkd/sxhkdrc')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 5774b55e..82045dad 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -13,10 +13,13 @@ alt + XF86AudioMute  	kill -RTMIN "$(cat ~/.cache/pidofbar)"  alt + y -	mpvsel -s +	mpvy -s  alt + Y -	mpvsel -a +	mpvy -a + +alt + ctrl + y +	mpvy -A  alt + w  	firefox | 
