diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-15 15:18:12 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-15 15:18:12 +0900 |
| commit | f4ae492a2dc87e899e90969b4cdb93893738b467 (patch) | |
| tree | 7601eb23c7a091b1650db98e60721746284d50fb /st/x.c | |
| parent | 3a0541827b4451eb555e5b5ff61b83e9195e6eb4 (diff) | |
modified dwm/config.def.h, modified st/config.def.h, modified st/x.c
Diffstat (limited to 'st/x.c')
| -rw-r--r-- | st/x.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }); |
