switched rxvt for kitty as the alternate terminal

This commit is contained in:
ganome 2025-03-16 16:49:03 -06:00
parent 76cad51632
commit e7368c48da
Signed by untrusted user who does not match committer: Ganome
GPG Key ID: 944DE53336D81B83

View File

@ -260,7 +260,7 @@ NULL
// static const char *vesktop[] = { "vesktop", NULL }; // static const char *vesktop[] = { "vesktop", NULL };
static const char *wallpapercmd[]= { "/home/ganome/.local/bin/wallsetter.dwm", NULL }; static const char *wallpapercmd[]= { "/home/ganome/.local/bin/wallsetter.dwm", NULL };
static const char *termcmd[] = { "ghostty", NULL }; static const char *termcmd[] = { "ghostty", NULL };
static const char *term2cmd[] = { "urxvt", NULL }; static const char *term2cmd[] = { "kitty", NULL };
static const Key keys[] = { static const Key keys[] = {
/* modifier key function argument */ /* modifier key function argument */