aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index e25b66e..a7546ea 100755
--- a/config.h
+++ b/config.h
@@ -122,7 +122,7 @@ static Key keys[] = {
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} },
{ 0, XK_Print, spawn, SHCMD("maimshot") },
- { MODKEY, XK_m, spawn, {.v = (const char*[]){ TERMINAL, "-e", "ncmpcpp", NULL } } },
+ { MODKEY, XK_m, spawn, {.v = (const char*[]){ TERMINAL, "-e", "rmptui", NULL } } },
{ MODKEY, XK_Escape, spawn, {.v = (const char*[]){ "sysact", NULL } } },
{ MODKEY|ShiftMask, XK_Escape, spawn, {.v = (const char*[]){ "sysact", NULL } } },