swayfx/sway
Ryan Dwyer 799f285cd1 Fix moving tiled containers to workspaces which only have floating views
* Make a workspace which only contains floating views
* Switch to another workspace and create a tiled view
* Move the tiled view to the workspace with
`move container to workspace N`

The container would be added as a sibling to the floating view, which
makes the container floating while having the geometry of a tiled
container.

This changes it so it only looks for tiled containers in the workspace
with a fallback to the workspace itself.
2018-10-17 16:57:32 +10:00
..
commands Fix moving tiled containers to workspaces which only have floating views 2018-10-17 16:57:32 +10:00
config swaybar: show hidden bar on key event 2018-10-14 13:33:12 +01:00
desktop Fix pixel leaks when using fractional scaling 2018-10-12 22:36:11 +10:00
input Prevent duplicate workspace::focus events 2018-10-16 08:17:24 +10:00
tree Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp 2018-10-15 21:06:24 +10:00
commands.c Implement popup_during_fullscreen 2018-10-08 22:49:59 +10:00
config.c fix_edge_gaps: Allow negative values for outer gaps. 2018-10-13 17:42:49 +02:00
criteria.c Fix tiling criteria 2018-10-03 20:33:32 +10:00
debug-tree.c Turn funcs() into funcs(void) 2018-09-30 14:09:05 +03:00
decoration.c Rename view_set_csd_from_client to view_update_csd_from_client 2018-09-27 22:51:37 +10:00
ipc-json.c Implement bar bindsym 2018-10-09 08:12:46 -04:00
ipc-server.c swaybar: show hidden bar on key event 2018-10-14 13:33:12 +01:00
main.c Remove unnecessary comment 2018-10-13 20:51:29 -04:00
meson.build Implement popup_during_fullscreen 2018-10-08 22:49:59 +10:00
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c Add CSD to border modes 2018-09-27 22:51:37 +10:00
sway-bar.5.scd swaybar: add documentation for hide/hidden_state subcommands 2018-10-14 13:33:12 +01:00
sway-input.5.scd Establish sway-output(5) 2018-10-14 10:52:57 -04:00
sway-output.5.scd Establish sway-output(5) 2018-10-14 10:52:57 -04:00
sway.1.scd Establish sway-output(5) 2018-10-14 10:52:57 -04:00
sway.5.scd Establish sway-output(5) 2018-10-14 10:52:57 -04:00
swaynag.c Allow swaynag to be disabled 2018-10-08 09:59:38 -04:00
xdg_decoration.c Improve CSD logic 2018-09-27 22:51:37 +10:00