opt: optimize ws module

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

View file

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