diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-15 15:03:44 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-15 15:03:44 +0900 |
| commit | 3a0541827b4451eb555e5b5ff61b83e9195e6eb4 (patch) | |
| tree | 27fec0f5b19842d3169a6eb2e562881601fe4058 | |
| parent | b31b98be1c10dc56e3ed8b81b1df875eba049d32 (diff) | |
modified dwm/config.def.h
| -rw-r--r-- | dwm/config.def.h | 6 |
1 files 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} }), |
