summaryrefslogtreecommitdiff
path: root/x11-wm/dwm/files/52_spawn-keys.diff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/dwm/files/52_spawn-keys.diff')
-rw-r--r--x11-wm/dwm/files/52_spawn-keys.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/dwm/files/52_spawn-keys.diff b/x11-wm/dwm/files/52_spawn-keys.diff
deleted file mode 100644
index abbf987..0000000
--- a/x11-wm/dwm/files/52_spawn-keys.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git i/config.def.h w/config.def.h
-index 4811f38..f1dfd43 100644
---- i/config.def.h
-+++ w/config.def.h
-@@ -63,11 +63,15 @@ static const Layout layouts[] = {
- static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
- static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_lilac, "-sf", col_gray4, NULL };
- static const char *termcmd[] = { "st", NULL };
-+static const char *browsercmd[] = { "librewolf", NULL };
-+static const char *mailcmd[] = { "claws-mail", NULL };
-
- static const Key keys[] = {
- /* modifier key function argument */
- { MODKEY, XK_p, spawn, {.v = dmenucmd } },
- { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } },
-+ { MODKEY, XK_w, spawn, {.v = browsercmd } },
-+ { MODKEY, XK_r, spawn, {.v = mailcmd } },
- { MODKEY, XK_b, togglebar, {0} },
- { MODKEY, XK_j, focusstack, {.i = +1 } },
- { MODKEY, XK_k, focusstack, {.i = -1 } },