Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: remove more references to alternative terminal - dwm - [fork] custom…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit a912389f8217b154da32f6c7715ad544cdb78c78
parent 0692b518123bd3ad160720a8e8d23462ec747ac0
Author: Anders Damsgaard <[email protected]>
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(-)
---
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 = termp…
{ MODKEY|ShiftMask, XK_Return, spawn, {.v = termc…
- { MODKEY|MODALTKEY, XK_Return, spawn, {.v = altte…
- { MODKEY|MODALTKEY|ShiftMask, XK_Return, spawn, {.v = altte…
{ MODKEY, XK_space, spawn, {.v = searc…
{ MODKEY|ShiftMask, XK_space, spawn, {.v = dmenu…
{ MODKEY, XK_grave, spawn, {.v = unico…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.