opt: optimize ws module

This commit is contained in:
DreamMaoMao
2025-12-13 09:50:36 +08:00
parent d696b763e8
commit 06dd3423a1
4 changed files with 285 additions and 256 deletions

View File

@@ -3442,7 +3442,6 @@ keybinding(uint32_t state, bool locked, uint32_t mods, xkb_keysym_t sym,
isbreak = k->func(&k->arg);
if (isbreak)
break;
}