From 94232212fa711fcf3702f315e85cedf384ba41e7 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Mon, 6 Oct 2025 19:16:55 -0400 Subject: [PATCH] Update to ghostty for terminal --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 2345860..a94fca4 100644 --- a/config.h +++ b/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};