about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.def.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index 7345f06..d6886f1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -6,7 +6,6 @@ static const unsigned int snap      = 32;       /* snap pixel */
 static const int showbar            = 1;        /* 0 means no bar */
 static const int topbar             = 1;        /* 0 means bottom bar */
 static const char *fonts[]          = { "monospace:size=10" };
-static const char dmenufont[]       = "monospace:size=10";
 static const char col_gray1[]       = "#222222";
 static const char col_gray2[]       = "#444444";
 static const char col_gray3[]       = "#bbbbbb";
@@ -119,10 +118,6 @@ static const Key keys[] = {
 	{ 0,			XF86XK_AudioStop,	spawn,	SHCMD("playerctl stop") },
 	{ 0,			XF86XK_AudioPrev,	spawn,	SHCMD("playerctl previous") },
 	{ 0,			XF86XK_AudioNext,	spawn,	SHCMD("playerctl next") },
-	{ MODKEY,			XK_w,		spawn,	SHCMD("firefox") },
-	{ MODKEY,			XK_w,		spawn,	SHCMD("firefox") },
-	{ MODKEY,			XK_w,		spawn,	SHCMD("firefox") },
-	{ MODKEY,			XK_w,		spawn,	SHCMD("firefox") },
 };
 
 /* button definitions */