Browse Source

reverted to old

master
revol-xut 1 year ago
parent
commit
7fe65d34fa
Signed by: revol-xut GPG Key ID: 4F56FF7759627D07
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config.def.h

+ 2
- 2
config.def.h View File

@ -1,5 +1,5 @@
/* Constants */
#define TERMINAL "st-shell"
#define TERMINAL "st"
#define TERMCLASS "St"
/* appearance */
@ -103,7 +103,7 @@ static const Layout layouts[] = {
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
static const char *termcmd[] = {"st-shell zsh", NULL};
static const char *termcmd[] = {"st zsh", NULL};
/*
* Xresources preferences to load at startup


Loading…
Cancel
Save