From e7368c48dac94271b1e16056931e354c794623d9fe68ca2f3bbf540f3da722e3 Mon Sep 17 00:00:00 2001 From: ganome Date: Sun, 16 Mar 2025 16:49:03 -0600 Subject: [PATCH] switched rxvt for kitty as the alternate terminal --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 8378c4b..a7e8aab 100644 --- a/config.def.h +++ b/config.def.h @@ -260,7 +260,7 @@ NULL // static const char *vesktop[] = { "vesktop", NULL }; static const char *wallpapercmd[]= { "/home/ganome/.local/bin/wallsetter.dwm", NULL }; static const char *termcmd[] = { "ghostty", NULL }; -static const char *term2cmd[] = { "urxvt", NULL }; +static const char *term2cmd[] = { "kitty", NULL }; static const Key keys[] = { /* modifier key function argument */