aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.h2
-rwxr-xr-xdwmbin77064 -> 77064 bytes
2 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 } } },
diff --git a/dwm b/dwm
index 3bcafb6..f43c0b9 100755
--- a/dwm
+++ b/dwm
Binary files differ