[feat] update the keybinds to use mctl instead of xf86keys and update

neovim plugins
This commit is contained in:
Uttarayan
2023-05-13 03:42:13 +05:30
parent b1fbe54652
commit 26259734a0
2 changed files with 21 additions and 25 deletions

View File

@@ -53,12 +53,10 @@ super + shift + a
# MPC media keys
XF86Audio{Play,Pause}
#mpc -q toggle
xf86keys toggle
mctl toggle
XF86Audio{Prev,Stop,Next}
#mpc -q {prev,stop,next}
xf86keys {prev,stop,next}
mctl {prev,stop,next}
# Pulseaudio
@@ -77,5 +75,3 @@ XF86MonBrightnessUp
xbacklight -inc 10
XF86MonBrightnessDown
xbacklight -dec 10