mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Or maybe do the exact opposite of that
This commit is contained in:
parent
f6e65b6bb2
commit
6f0a1cdcd1
|
@ -74,7 +74,7 @@ bool handle_key(wlc_handle view, uint32_t time, const struct wlc_modifiers
|
||||||
}
|
}
|
||||||
|
|
||||||
if (match) {
|
if (match) {
|
||||||
ret = handle_command(config, binding->command) == 0;
|
ret = handle_command(config, binding->command) != 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue