aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorNikita Langer <nikitalanger@icloud.com>2026-04-10 08:30:16 +0200
committerNikita Langer <nikitalanger@icloud.com>2026-04-10 08:30:16 +0200
commit16139cc61d8ea1d6e222345f0f1072411c545d66 (patch)
tree1eb70f035206e05468228feb33bc02acdda27ae6 /config.def.h
parent3b4f2dd9894397c44ec0e10d4247e886c4f4c314 (diff)
downloaddwl-16139cc61d8ea1d6e222345f0f1072411c545d66.tar.gz
dwl-16139cc61d8ea1d6e222345f0f1072411c545d66.tar.bz2
dwl-16139cc61d8ea1d6e222345f0f1072411c545d66.tar.xz
dwl-16139cc61d8ea1d6e222345f0f1072411c545d66.zip
Kitty als Terminal
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 2 insertions, 1 deletions
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 };