summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorschizoid <schizoidparty@aol.com>2024-12-06 15:08:21 -0500
committerschizoid <schizoidparty@aol.com>2024-12-06 15:08:21 -0500
commit6737ae60ceb33584a41fc125e8ea8eca2a439987 (patch)
tree263fe95542011001f5124e5bfec48509b0508596 /config.def.h
parent247d8f14f86f8049a46e237092a7a64222e69c99 (diff)
Cleaned up config
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
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 } },