From 05a1efcf6eb434650e031f160dfad0cd153dfb47 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 17 Jun 2019 17:52:47 -0400 Subject: [PATCH] lines --- .config/sxhkd/sxhkdrc | 12 ++++++++---- 1 file 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}