1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-20 13:29:33 +00:00

Or maybe do the exact opposite of that

This commit is contained in:
Drew DeVault 2015-08-09 23:13:39 -04:00
parent f6e65b6bb2
commit 6f0a1cdcd1

View file

@ -74,7 +74,7 @@ bool handle_key(wlc_handle view, uint32_t time, const struct wlc_modifiers
}
if (match) {
ret = handle_command(config, binding->command) == 0;
ret = handle_command(config, binding->command) != 0;
}
}
}