From 2e2200b4b96436fbfee59c74bfeb9f7e417a84df Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 20 May 2019 12:26:19 -0400 Subject: lmc unneeded --- .config/sxhkd/sxhkdrc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to '.config') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index e9f28db..97a2a65 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -68,25 +68,25 @@ super + Delete # Pause audio super + {_,shift +} p - lmc {toggle,pause} + mpc {toggle,pause} # Changes to next/previous tracks super + {comma,period} - lmc {prev,next} + mpc {prev,next} # Restart track super + shift + less - lmc replay -# Increase volume -super + {equal,plus} - lmc up {5,15} -# Decrease volume -super {_,shift +} + minus - lmc down {5,15} + mpc seek 0% # Seek foward in song super + {_,shift +} bracketright - lmc forward {10,120} + mpc seek +{10,120} # Seek backward in song super + {_,shift +} bracketleft - lmc back {10,120} + mpc seek -{10,120} +# Increase volume +super + {equal,plus} + amixer sset Master {5,15}%+ +# Decrease volume +super {_,shift +} + minus + amixer sset Master {5,15}%- # Function keys # Show readme -- cgit v1.3.1