mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
config_path cleanup
This commit is contained in:
parent
85ec928d58
commit
5408d34c9c
2 changed files with 58 additions and 63 deletions
|
|
@ -334,7 +334,6 @@ static bool handle_key(wlc_handle view, uint32_t time, const struct wlc_modifier
|
|||
release_key(sym, key);
|
||||
}
|
||||
|
||||
// TODO: reminder to check conflicts with mod+q+a versus mod+q
|
||||
for (i = 0; i < mode->bindings->length; ++i) {
|
||||
struct sway_binding *binding = mode->bindings->items[i];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue