aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 06e9edc5..c2826f6f 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -164,9 +164,6 @@ void view_init_floating(struct sway_view *view) {
164 view->border_left = view->border_right = true; 164 view->border_left = view->border_right = true;
165 165
166 container_set_geometry_from_floating_view(view->swayc); 166 container_set_geometry_from_floating_view(view->swayc);
167
168 // Don't maximize floating windows
169 view_set_tiled(view, false);
170} 167}
171 168
172void view_autoconfigure(struct sway_view *view) { 169void view_autoconfigure(struct sway_view *view) {
@@ -278,7 +275,6 @@ void view_autoconfigure(struct sway_view *view) {
278 view->y = y; 275 view->y = y;
279 view->width = width; 276 view->width = width;
280 view->height = height; 277 view->height = height;
281 view_set_tiled(view, true);
282} 278}
283 279
284void view_set_activated(struct sway_view *view, bool activated) { 280void view_set_activated(struct sway_view *view, bool activated) {