swayfx/sway/input
Brian Ashworth d8f74e4706 Set prev_workspace_name based off of focus
This moves setting `seat->prev_workspace_name` from `workspace_switch`
to `set_workspace`. `workspace_switch` is only called when using a
`workspace` command to change the workspace so any workspace change
based on criteria was not altering `seat->prev_workspace_name`. By
moving it to `set_workspace`, which is called by `seat_set_focus`, it
will change any time focus changes to a node on a different workspace
2019-03-14 10:03:45 -06:00
..
cursor.c Fix click behaviour 2019-03-11 14:55:54 +01:00
input-manager.c seat_cmd_cursor: do not create non-existing seat 2019-02-03 14:01:29 -05:00
keyboard.c Make raw keysyms take precedence over translated 2019-03-10 23:01:49 +01:00
seat.c Set prev_workspace_name based off of focus 2019-03-14 10:03:45 -06:00
seatop_down.c Don't send button events to surfaces when dragging or resizing 2019-03-11 14:55:54 +01:00
seatop_move_floating.c seat: don't send button release when not pressed 2019-02-28 23:02:06 -05:00
seatop_move_tiling.c Stop using wlr_output->{lx,ly} 2019-03-11 12:43:01 -04:00
seatop_resize_floating.c floating_maximum_size: change default behavior 2019-03-02 09:10:26 +01:00
seatop_resize_tiling.c seat: don't send button release when not pressed 2019-02-28 23:02:06 -05:00