From f4ae492a2dc87e899e90969b4cdb93893738b467 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 15 Jun 2025 15:18:12 +0900 Subject: modified dwm/config.def.h, modified st/config.def.h, modified st/x.c --- st/x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st/x.c') diff --git a/st/x.c b/st/x.c index d6067d7..45033b6 100644 --- a/st/x.c +++ b/st/x.c @@ -2208,7 +2208,7 @@ kpress(XEvent *ev) if (!( len == 0 && e -> state & ~ignoremod // ACMPL_ISSUE: I'm not sure that this is the right way - | ALTCTRL == ALTCTRL + | ALTMOD2 == ALTMOD2 )) autocomplete ((const Arg []) { ACMPL_DEACTIVATE }); -- cgit v1.2.3