about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-18 15:47:55 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-18 16:10:34 +0300
commit1ba0abf1e079359c1509773b81a20ded9fb550f6 (patch)
treef2beed672002e3c284eab730cdf1c7cb925c20fe
parentb696d507ea03fd5c88632e348700a8bcdc923c9e (diff)
downloaddwm-1ba0abf1e079359c1509773b81a20ded9fb550f6.tar.gz
minor fix
-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 */