Update to ghostty for terminal

This commit is contained in:
Alex Selimov 2025-10-06 19:16:55 -04:00
parent 42a3e4ae85
commit 94232212fa
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -99,6 +99,7 @@ static const Rule rules[] = {
{"Python3", NULL, NULL, 0, 1, 0, 1, -1},
//{ "" , NULL , NULL , 0 , 1 , 0 , 1 , -1 } ,
{"St", NULL, NULL, 0, 0, 1, 0, -1},
{"ghostty", NULL, NULL, 0, 0, 1, 0, -1},
{"Firefox", NULL, NULL, 1 << 4, 0, 0, 0, -1},
{"Navigator", NULL, NULL, 1 << 4, 0, 0, 0, -1},
{"zen", NULL, NULL, 1 << 4, 0, 0, 0, -1},
@ -145,7 +146,7 @@ static const Layout layouts[] = {
static char dmenumon[2] =
"0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = {"rofi", "-show", "drun", NULL};
static const char *termcmd[] = {"st", NULL};
static const char *termcmd[] = {"ghostty", NULL};
static const char scratchpadname[] = "scratchpad";
static const char *scratchpadcmd[] = {"st", "-t", scratchpadname,
"-g", "120x34", NULL};