summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index e02f3c3..999c880 100644
--- a/config.h
+++ b/config.h
@@ -178,7 +178,7 @@ static Key keys[] = {
{ MODKEY, XK_comma, spawn, SHCMD("mpc prev") },
{ MODKEY|ShiftMask, XK_comma, spawn, SHCMD("mpc seek 0%") },
{ MODKEY, XK_period, spawn, SHCMD("mpc next") },
- /* { MODKEY|ShiftMask, XK_period, spawn, SHCMD("") }, */
+ { MODKEY|ShiftMask, XK_period, spawn, SHCMD("mpc repeat") },
{ MODKEY, XK_Page_Up, shiftview, { .i = -1 } },