From d8260f2553812afd48421305580c2b130615b6cb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 23 Jul 2023 12:07:41 -0500 Subject: replacing wezterm with xterm for testing --- config.def.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/config.def.h b/config.def.h index 802d633..7592bd3 100644 --- a/config.def.h +++ b/config.def.h @@ -39,25 +39,26 @@ typedef struct { } Sp; - +/* const char *spcmd1[] = {"wezterm", "start", "--class", "spaudio", "-e", "mixertui", NULL }; const char *spcmd2[] = {"wezterm", "start", "--class", "spmon", "-e", "htop", NULL }; const char *spcmd3[] = {"wezterm", "start", "--class", "spmp", "-e", "ncmpcpp", NULL }; const char *spcmd4[] = {"wezterm", "start", "--class", "spbt", "-e", "tremc", NULL }; const char *spcmd5[] = {"wezterm", "start", "--class", "spterm", "-e", "tmux", NULL }; const char *spcmd6[] = {"wezterm", "start", "--class", "spfm", "-e", "lf", NULL }; +*/ /* St and Xterm take a -g flag: - -const char *spcmd1[] = {"st", "-n", "spaudio", "-g", "120x35", "-e", "mixertui", NULL }; -const char *spcmd2[] = {"st", "-n", "spmon", "-g", "120x35", "-e", "htop", NULL }; -const char *spcmd3[] = {"st", "-n", "spmp", "-g", "120x35", "-e", "ncmpcpp", NULL }; -const char *spcmd4[] = {"st", "-n", "spbt", "-g", "120x35", "-e", "tremc", NULL }; -const char *spcmd5[] = {"st", "-n", "spterm", "-g", "120x35", "-e", "tmux", NULL }; -const char *spcmd6[] = {"st", "-n", "spfm", "-g", "120x35", "-e", "lf", NULL }; */ +const char *spcmd1[] = {"xterm", "-n", "spaudio", "-g", "120x35", "-e", "mixertui", NULL }; +const char *spcmd2[] = {"xterm", "-n", "spmon", "-g", "120x35", "-e", "htop", NULL }; +const char *spcmd3[] = {"xterm", "-n", "spmp", "-g", "120x35", "-e", "ncmpcpp", NULL }; +const char *spcmd4[] = {"xterm", "-n", "spbt", "-g", "120x35", "-e", "tremc", NULL }; +const char *spcmd5[] = {"xterm", "-n", "spterm", "-g", "120x35", "-e", "tmux", NULL }; +const char *spcmd6[] = {"xterm", "-n", "spfm", "-g", "120x35", "-e", "lf", NULL }; + /*...and this is how to add a gui app to a scratchpad const char *spcmd5[] = {"keepassxc", NULL }; */ @@ -140,7 +141,7 @@ 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_cyan, "-sf", col_gray4, NULL }; -static const char *termcmd[] = { "wezterm", NULL }; +static const char *termcmd[] = { "xterm", NULL }; static const char *editorcmd[] = { "em", NULL }; static const char *browsercmd[] = { "firefox", NULL }; static const char *calccmd[] = { "gnome-calculator", NULL }; -- cgit v1.2.3