commit a73f896
0uppy
·
2026-03-13 15:40:53 +0000 UTC
parent c446720
replaced the default terminal to st-wl forgor havoc there from my personal config
1 files changed,
+1,
-1
+1,
-1
1@@ -15,7 +15,7 @@ static const struct config cfg = {
2 .gaps = 0,
3 };
4
5-static const char* termcmd[] = { "havoc", NULL };
6+static const char* termcmd[] = { "st-wl", NULL };
7 static struct bind binds[] = {
8 { SWC_BINDING_KEY, MOD4, XKB_KEY_Return, { .v = termcmd }, spawn },
9 { SWC_BINDING_KEY, MOD4|SHFT, XKB_KEY_q, { .v = NULL }, quit },