about summary refs log tree commit diff
path: root/platforms/linux/xorg/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/linux/xorg/config.h')
-rw-r--r--platforms/linux/xorg/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/linux/xorg/config.h b/platforms/linux/xorg/config.h
index b8d1bab..a3287dd 100644
--- a/platforms/linux/xorg/config.h
+++ b/platforms/linux/xorg/config.h
@@ -190,7 +190,7 @@ static Key keys[] = {
 	/* { MODKEY|ShiftMask,		XK_z,		spawn,		SHCMD("") }, */
 	{ MODKEY,			XK_x,		incrgaps,	{.i = -3 } },
 	/* { MODKEY|ShiftMask,		XK_x,		spawn,		SHCMD("") }, */
-	/* { MODKEY,			XK_c,		spawn,		SHCMD("") }, */
+	{ MODKEY,			XK_c,		spawn,		SHCMD("Discord") },
 	/* { MODKEY|ShiftMask,		XK_c,		spawn,		SHCMD("") }, */
 	/* V is automatically bound above in STACKKEYS */
 	{ MODKEY,			XK_b,		togglebar,	{0} },