This commit is contained in:
Luke Smith 2019-06-17 17:52:47 -04:00
parent 5b24d967cd
commit 05a1efcf6e
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -69,12 +69,16 @@ Print
shift + Print shift + Print
maimpick maimpick
# Print: Record audio or video; Del: kill recording # Print: Record audio or video; Del: kill recording
super + {Print,Delete} super + Print
dmenurecord {,kill} dmenurecord
super + Delete
dmenurecord kill
# Pause audio # Pause audio
super + {_,shift +} p super + p
mpc {toggle,pause} mpc toggle
super + shift + p
mpc pause; pauseallmpv
# Changes to next/previous tracks # Changes to next/previous tracks
super + {comma,period} super + {comma,period}
mpc {prev,next} mpc {prev,next}