This adds the logic to defer binding execution while sway is still initializing. Without this, the binding command would be executed, but the command handler would return CMD_DEFER, which was being treated as a failure to run. To avoid partial executions, this will defer all bindings while config->active is false. |
||
|---|---|---|
| .. | ||
| cursor.h | ||
| input-manager.h | ||
| keyboard.h | ||
| seat.h | ||
| switch.h | ||