diff options
| -rwxr-xr-x | dwm/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dwm/config.h b/dwm/config.h index 7bc35df..e9bea31 100755 --- a/dwm/config.h +++ b/dwm/config.h @@ -372,10 +372,7 @@ static const Key keys[] = { XK_equal, spawn, {.v = (const char *[]){"sudo", "brillo", "-A", "5", "-q", NULL}}}, - {MODKEY | ControlMask, - XK_m, - spawn, - {.v = (const char *[]){"mpvplay", NULL}}}, + {MODKEY | ShiftMask, XK_m, spawn, {.v = (const char *[]){"mpvplay", NULL}}}, {0, XF86XK_AudioMute, spawn, SHCMD("wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle; kill -44 $(pidof " |
