From 3a0541827b4451eb555e5b5ff61b83e9195e6eb4 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 15 Jun 2025 15:03:44 +0900 Subject: modified dwm/config.def.h --- dwm/config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dwm/config.def.h b/dwm/config.def.h index d0c70c0..0c95250 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -327,14 +327,14 @@ static Keychord *keychords[] = { &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{0, XK_a}}, togglebartags, {0} }), &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{0, XK_b}}, togglebar, {0} }), &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{ShiftMask, XK_b}}, togglebar, {.i = 1} }), - &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{0, XK_o}}, toggleborder, {0} }), + &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{0, XK_d}}, defaultgaps, {0} }), &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{0, XK_f}}, togglebarfloat, {0} }), &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{0, XK_g}}, togglegaps, {0} }), - &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{ControlMask, XK_g}}, defaultgaps, {0} }), &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{0, XK_l}}, togglebarlt, {0} }), + &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{0, XK_o}}, toggleborder, {0} }), &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{0, XK_s}}, togglebarstatus, {0} }), &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{0, XK_t}}, togglebartitle, {0} }), - &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{ControlMask, XK_t}}, toggletopbar, {0} }), + &((Keychord){3, {{WINKEY, XK_t},{0, XK_b},{ShiftMask, XK_t}}, toggletopbar, {0} }), // FLOATING POSITIONS &((Keychord){2, {{WINKEY, XK_f},{0, XK_c}}, movecenter, {0} }), -- cgit v1.2.3