swayfx/sway/tree
Brian Ashworth bb25194844 Handle border options for gaps
Fixes `hide_edge_borders smart` when gaps are in use.
Implements `hide_edge_borders smart_no_gaps` and `smart_borders
on|no_gaps|off`.

Since `smart_borders on` is equivalent to `hide_edge_borders smart`
and `smart_borders no_gaps` is equivalent to `hide_edge_borders
smart_no_gaps`, I opted to just save the last value set for
`hide_edge_borders` and restore that on `smart_borders off`. This
simplifies the conditions for setting the border.
2018-10-01 21:19:06 -04:00
..
arrange.c Prevent sticky containers from jumping on workspace switch 2018-09-23 11:36:16 +10:00
container.c Fix smart gaps 2018-10-01 09:41:15 -04:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Move sticky containers in output_evacuate 2018-09-28 23:47:22 -04:00
root.c Fix hotplugging down to zero outputs 2018-09-30 11:58:56 +10:00
view.c Handle border options for gaps 2018-10-01 21:19:06 -04:00
workspace.c Fix smart gaps 2018-10-01 09:41:15 -04:00