From 9e4e5316dcc760859e7fcdab9d152115a1b8d4f8 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Mon, 2 Sep 2024 23:11:53 +0700 Subject: change to wezterm --- config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index c9f485c..4a28a42 100644 --- a/config.h +++ b/config.h @@ -62,13 +62,14 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *roficmd[] = { "rofi", "-show", "run", NULL }; static const char *dmenucmd[] = { "dmenu", NULL }; -static const char *termcmd[] = { "xfce4-terminal", NULL }; +static const char *termcmd[] = { "wezterm", NULL }; static const Key keys[] = { /* modifier key function argument */ { MODKEY, XK_p, spawn, {.v = roficmd } }, { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, - { ShiftMask, XK_Return, spawn, {.v = dmenucmd } }, + // { ShiftMask, XK_Return, spawn, {.v = dmenucmd } }, + { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, { MODKEY, XK_k, focusstack, {.i = -1 } }, -- cgit v1.2.3