no longer use this
This commit is contained in:
parent
a6eb759031
commit
43e522a47d
1 changed files with 0 additions and 2 deletions
2
config.h
2
config.h
|
@ -83,7 +83,6 @@ static const char *doutput[] = { "menu-output", NULL };
|
|||
static const char *dinput[] = { "menu-input", NULL };
|
||||
static const char *dpower[] = { "menu-power", NULL };
|
||||
static const char *browser[] = { "firefox-hardened", NULL };
|
||||
static const char *wpa_gui[] = { "wpa_gui", NULL };
|
||||
static const char *brightdown[] = { "brightdown", NULL };
|
||||
static const char *brightup[] = { "brightup", NULL };
|
||||
static const char *clipmenu[] = { "clipmenu", NULL };
|
||||
|
@ -134,7 +133,6 @@ static const Key keys[] = {
|
|||
/* custom binds */
|
||||
{ MODKEY, XK_f, spawn, {.v = filemanager } },
|
||||
{ MODKEY, XK_b, spawn, {.v = dbookmarks } },
|
||||
{ MODKEY|ShiftMask, XK_w, spawn, {.v = wpa_gui } },
|
||||
{ MODKEY|ShiftMask, XK_o, spawn, {.v = dpassotp } },
|
||||
{ MODKEY|ShiftMask, XK_c, spawn, {.v = clipmenu } },
|
||||
{ MODKEY, XK_w, spawn, {.v = browser } },
|
||||
|
|
Loading…
Reference in a new issue