diff options
-rw-r--r-- | config.def.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h index ede0e28..aa26051 100644 --- a/config.def.h +++ b/config.def.h @@ -97,20 +97,14 @@ static const char *browser[] = { "firefox", NULL}; static const char *email[] = { "thunderbird", NULL}; static const char *filemanagercmd[] = { "thunar", NULL }; static const char *scrot[] = { "screenshot", NULL }; -static const char *bible[]= { "xiphos", NULL}; -static const char *wpp[]= { "picom", NULL}; -static const char *durl[]= { "durl", NULL}; static const Key keys[] = { /* modifier key function argument */ { MODKEY, XK_d, spawn, {.v = dmenucmd } }, { MODKEY, XK_b, spawn, {.v = browser } }, - { MODKEY, XK_s, spawn, {.v = durl } }, { MODKEY|ShiftMask, XK_t, spawn, {.v = email } }, { MODKEY, XK_Return, spawn, {.v = termcmd } }, { MODKEY|ShiftMask, XK_Return, spawn, {.v = filemanagercmd } }, - { MODKEY, XK_x, spawn, {.v = bible } }, - { MODKEY|ShiftMask, XK_w, spawn, {.v = wpp } }, { 0, XK_Print, spawn, {.v = scrot } }, { MODKEY|ShiftMask, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, |