diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-05-20 12:26:19 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-20 12:26:19 -0400 |
| commit | 2e2200b4b96436fbfee59c74bfeb9f7e417a84df (patch) | |
| tree | 28364fc987c4ae086bf56e344b52a58920c3f803 /.config | |
| parent | 90c4cdc831c4d9f5cd8bf8ca5d9273c2b227c4c9 (diff) | |
| download | eibhear-2e2200b4b96436fbfee59c74bfeb9f7e417a84df.tar.gz eibhear-2e2200b4b96436fbfee59c74bfeb9f7e417a84df.tar.zst eibhear-2e2200b4b96436fbfee59c74bfeb9f7e417a84df.zip | |
lmc unneeded
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 22 |
1 files changed, 11 insertions, 11 deletions
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 |
