summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-02-06 20:55:07 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-02-06 20:55:07 -0500
commit2ad648f7a0fc4f2d1b6eb01aa2c02656fe864877 (patch)
treece566abb2cf3634efd225f133260d2243b284a20
parent572c8584a8bb17f852ce105b864e63aecadc143a (diff)
repeat binding added
-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 } },