fix: crash when reload_config
This commit is contained in:
@@ -3435,13 +3435,14 @@ keybinding(uint32_t state, bool locked, uint32_t mods, xkb_keysym_t sym,
|
||||
keycode == k->keysymcode.keycode.keycode3))) &&
|
||||
k->func) {
|
||||
|
||||
isbreak = k->func(&k->arg);
|
||||
|
||||
if (!k->ispassapply)
|
||||
handled = 1;
|
||||
else
|
||||
handled = 0;
|
||||
|
||||
isbreak = k->func(&k->arg);
|
||||
|
||||
|
||||
if (isbreak)
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user