From 1ba0abf1e079359c1509773b81a20ded9fb550f6 Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Tue, 18 Oct 2022 15:47:55 +0300 Subject: minor fix --- config.def.h | 5 ----- 1 file changed, 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 */ -- cgit 1.4.1-2-gfad0