swayfx/sway/tree
Ryan Dwyer a90f2dbde9 Refactor view_map
* Move workspace selection into separate function
* Instead of keeping a `prev_focus` variable, do the check in
`should_focus` (ie. views can only take focus if they're mapped into the
active workspace)
* Fix assign-to-output - it previously set `prev_focus` but should be
`target_sibling`
* Remove call to `workspace_switch` as we'll only ever focus the view if
it's in the active workspace
2018-07-26 19:18:47 +10:00
..
arrange.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
container.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
layout.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
output.c Update for swaywm/wlroots#1126 2018-07-09 22:54:30 +01:00
view.c Refactor view_map 2018-07-26 19:18:47 +10:00
workspace.c Merge pull request #2165 from swaywm/pid-workspaces 2018-07-24 14:44:01 -04:00