swayfx/sway/tree
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
..
arrange.c Stop using wlr_output->{lx,ly} 2019-03-11 12:43:01 -04:00
container.c fullscreen: init floating on disable without size 2019-03-10 23:55:22 +01:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Stop using wlr_output->{lx,ly} 2019-03-11 12:43:01 -04:00
root.c Handle seat_get_focused_workspace returning NULL 2019-03-12 19:14:04 +01:00
view.c sway_view_child: add listener for view unmap 2019-03-11 10:02:52 +01:00
workspace.c Set prev_workspace_name based off of focus 2019-03-14 10:03:45 -06:00