From 16139cc61d8ea1d6e222345f0f1072411c545d66 Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Fri, 10 Apr 2026 08:30:16 +0200 Subject: Kitty als Terminal --- .cache/clangd/index/dwl.c.3A2E70A89D407193.idx | Bin 130646 -> 124056 bytes config.def.h | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cache/clangd/index/dwl.c.3A2E70A89D407193.idx b/.cache/clangd/index/dwl.c.3A2E70A89D407193.idx index 170e017..c592df1 100644 Binary files a/.cache/clangd/index/dwl.c.3A2E70A89D407193.idx and b/.cache/clangd/index/dwl.c.3A2E70A89D407193.idx differ diff --git a/config.def.h b/config.def.h index 0907336..851abbb 100644 --- a/config.def.h +++ b/config.def.h @@ -176,7 +176,8 @@ static const int cursor_timeout = 5; #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } /* commands */ -static const char *termcmd[] = { "foot", NULL }; +// static const char *termcmd[] = { "foot", NULL }; +static const char *termcmd[] = { "kitty", NULL }; static const char *menucmd[] = { "wmenu-run", "-f", wmenufont, NULL }; static const char *firefox[] = { "firefox", NULL }; static const char *steam[] = { "steam", NULL }; -- cgit