tconfig.h: remove more references to alternative terminal - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a912389f8217b154da32f6c7715ad544cdb78c78
(DIR) parent 0692b518123bd3ad160720a8e8d23462ec747ac0
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 7 Apr 2022 11:24:53 +0200
config.h: remove more references to alternative terminal
Diffstat:
M config.h | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/config.h b/config.h
t@@ -88,8 +88,6 @@ static char dmenumon[2] = "0";
/* commands */
static const char *termcmd[] = TERMCMD("ksh", "-l");
static const char *termplexcmd[] = TERMCMD("tmux");
-static const char *alttermcmd[] = ALTTERMCMD("ksh", "-l");
-static const char *alttermplexcmd[] = ALTTERMCMD("tmux");
static const char *dmenucmd[] = {"dmenu_run", NULL};
static const char *searchcmd[] = {"search", NULL};
t@@ -171,8 +169,6 @@ static Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_Return, spawn, {.v = termplexcmd } },
{ MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } },
- { MODKEY|MODALTKEY, XK_Return, spawn, {.v = alttermplexcmd } },
- { MODKEY|MODALTKEY|ShiftMask, XK_Return, spawn, {.v = alttermcmd } },
{ MODKEY, XK_space, spawn, {.v = searchcmd } },
{ MODKEY|ShiftMask, XK_space, spawn, {.v = dmenucmd } },
{ MODKEY, XK_grave, spawn, {.v = unicodecmd } },