diff options
Diffstat (limited to '.config/sxhkd')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 43e7c6a..fc028ca 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -69,12 +69,16 @@ Print shift + Print maimpick # Print: Record audio or video; Del: kill recording -super + {Print,Delete} - dmenurecord {,kill} +super + Print + dmenurecord +super + Delete + dmenurecord kill # Pause audio -super + {_,shift +} p - mpc {toggle,pause} +super + p + mpc toggle +super + shift + p + mpc pause; pauseallmpv # Changes to next/previous tracks super + {comma,period} mpc {prev,next} |
