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 a3287dd..5807cdf 100644
--- a/platforms/linux/xorg/config.h
+++ b/platforms/linux/xorg/config.h
@@ -194,7 +194,7 @@ static Key keys[] = {
 	/* { MODKEY|ShiftMask,		XK_c,		spawn,		SHCMD("") }, */
 	/* V is automatically bound above in STACKKEYS */
 	{ MODKEY,			XK_b,		togglebar,	{0} },
-	/* { MODKEY|ShiftMask,		XK_b,		spawn,		SHCMD("") }, */
+	{ MODKEY|ShiftMask,		XK_b,		spawn,	SHCMD("y2mpv") },
 	{ MODKEY,			XK_n,		spawn,		SHCMD(TERMINAL " -e nvim -c VimwikiIndex") },
 	{ MODKEY|ShiftMask,		XK_n,		spawn,		SHCMD(TERMINAL " -e newsboat; pkill -RTMIN+6 dwmblocks") },
 	{ MODKEY,			XK_m,		spawn,		SHCMD(TERMINAL " -e ncmpcpp") },