Update to ghostty for terminal
This commit is contained in:
parent
42a3e4ae85
commit
94232212fa
1 changed files with 2 additions and 1 deletions
3
config.h
3
config.h
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue