swayfx/sway/input
Brian Ashworth 9670ccee68 bindings: defer while initiailizing
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.
2019-06-12 07:56:41 +03:00
..
cursor.c Unhide cursor on cursor activity after touch 2019-06-08 12:02:28 -04:00
input-manager.c Implement input type configs (#3784) 2019-04-14 19:31:36 -04:00
keyboard.c commands/input: perform basic keymap validation 2019-06-09 20:13:22 +03:00
seat.c bindings: defer while initiailizing 2019-06-12 07:56:41 +03:00
seatop_default.c Fix a silly mistake 2019-04-28 21:07:47 +03:00
seatop_down.c Introduce default seatop 2019-03-17 10:02:04 -06:00
seatop_move_floating.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
seatop_move_tiling.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
seatop_resize_floating.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
seatop_resize_tiling.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
switch.c bindings: allow unlocked and locked bindings 2019-05-30 10:47:42 +03:00