From 2d67ff8dc31deca35ebc4ed01b2d4f17137f420d Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 15 Oct 2025 09:14:23 +0300 Subject: wiki: Fix images GitHub is making this harder than necessary --- docs/wiki/Fullscreen-and-Maximize.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/wiki/Fullscreen-and-Maximize.md b/docs/wiki/Fullscreen-and-Maximize.md index f1dc4d17..e1a36516 100644 --- a/docs/wiki/Fullscreen-and-Maximize.md +++ b/docs/wiki/Fullscreen-and-Maximize.md @@ -8,7 +8,7 @@ Maximized columns still leave space for [struts] and [gaps], and can contain mul The windows retain their borders. This is the simplest of the sizing modes, and is equivalent to `proportion 1.0` column width, or `set-column-width "100%"`. -![Screenshot of a maximized column with two windows.](https://github.com/user-attachments/assets/a6c26f32-a712-4899-861c-d58a9a357e0e) +![Screenshot of a maximized column with two windows.](https://github.com/user-attachments/assets/23265cb5-7363-4531-ad0e-4968c516cf8d) You can make a window open in a maximized column with the [`open-maximized true`](./Configuration:-Window-Rules.md#open-maximized) window rule. @@ -23,7 +23,7 @@ Windows can also control maximizing-to-edges: when you click on the square icon You can put multiple maximized windows into a [tabbed column](./Tabs.md), but not into a regular column. -![Screenshot of a window maximized to edges.](https://github.com/user-attachments/assets/00eac78c-4ebe-4a29-88b8-e1047a5f09c6) +![Screenshot of a window maximized to edges.](https://github.com/user-attachments/assets/8ad29c80-0760-4c9b-b47a-e0f81ba80089) You can make a window open maximized-to-edges, or prevent a window from maximizing upon opening, with the [`open-maximized-to-edges`](./Configuration:-Window-Rules.md#open-maximized-to-edges) window rule. @@ -40,7 +40,7 @@ This backdrop helps match the screen size when the window itself remains too sma When a fullscreen window is focused and not animating, it will cover floating windows and the top layer-shell layer. If you want for example your layer-shell notifications or launcher to appear over fullscreen windows, configure the respective tools to put them on the overlay layer-shell layer. -![Screenshot of a fullscreen window.](https://github.com/user-attachments/assets/479abfd1-9857-43ad-95db-8e64d0870948) +![Screenshot of a fullscreen window.](https://github.com/user-attachments/assets/96403b71-5420-47bd-9dde-5d0b20f980df) You can make a window open fullscreen, or prevent a window from fullscreening upon opening, with the [`open-fullscreen`](./Configuration:-Window-Rules.md#open-fullscreen) window rule. -- cgit