From 755aaac0390f994d39aba96f7b41efd7c8689c4d Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 15 Oct 2025 09:24:47 +0300 Subject: wiki: Really fix images --- docs/wiki/Fullscreen-and-Maximize.md | 8 ++++---- docs/wiki/img/fullscreen-window-in-overview.png | 3 +++ docs/wiki/img/fullscreen-window.png | 3 +++ docs/wiki/img/maximized-column.png | 3 +++ docs/wiki/img/window-maximized-to-edges.png | 3 +++ 5 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 docs/wiki/img/fullscreen-window-in-overview.png create mode 100644 docs/wiki/img/fullscreen-window.png create mode 100644 docs/wiki/img/maximized-column.png create mode 100644 docs/wiki/img/window-maximized-to-edges.png (limited to 'docs/wiki') diff --git a/docs/wiki/Fullscreen-and-Maximize.md b/docs/wiki/Fullscreen-and-Maximize.md index e1a36516..c99f6271 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/23265cb5-7363-4531-ad0e-4968c516cf8d) +![Screenshot of a maximized column with two windows.](./img/maximized-column.png) 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/8ad29c80-0760-4c9b-b47a-e0f81ba80089) +![Screenshot of a window maximized to edges.](./img/window-maximized-to-edges.png) 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/96403b71-5420-47bd-9dde-5d0b20f980df) +![Screenshot of a fullscreen window.](./img/fullscreen-window.png) 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. @@ -52,7 +52,7 @@ Then, unfullscreening/unmaximizing will bring it back into the floating layout a Thanks to scrollable tiling, fullscreen and maximized windows remain a normal participant of the layout: you can scroll left and right from them and see other windows. -![Screenshot of the overview showing a fullscreen window with other windows side by side.](https://github.com/user-attachments/assets/e336ccd2-d967-4e04-aa0a-8c08518623cb) +![Screenshot of the overview showing a fullscreen window with other windows side by side.](./img/fullscreen-window-in-overview.png) Fullscreen and maximize-to-edges are both special states that the windows are aware of and can control. Windows sometimes want to restore their fullscreen or, more frequently, maximized state when they open. diff --git a/docs/wiki/img/fullscreen-window-in-overview.png b/docs/wiki/img/fullscreen-window-in-overview.png new file mode 100644 index 00000000..abfbad5d --- /dev/null +++ b/docs/wiki/img/fullscreen-window-in-overview.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce4f9debe831beb28bc20ed96f699a4d67a587ecfaf47aff7266b04876b5d3a +size 31393 diff --git a/docs/wiki/img/fullscreen-window.png b/docs/wiki/img/fullscreen-window.png new file mode 100644 index 00000000..1ea50a46 --- /dev/null +++ b/docs/wiki/img/fullscreen-window.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b854a03568b2b9505e760cba957d82facfc94138b1f8a2b0c173f80cc6633734 +size 8495 diff --git a/docs/wiki/img/maximized-column.png b/docs/wiki/img/maximized-column.png new file mode 100644 index 00000000..8c64cadb --- /dev/null +++ b/docs/wiki/img/maximized-column.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc31d15494c4fefedcad664d79838ae33e6bc3ef9f06b4413f92df4b0dcf374c +size 47121 diff --git a/docs/wiki/img/window-maximized-to-edges.png b/docs/wiki/img/window-maximized-to-edges.png new file mode 100644 index 00000000..fb0df3c0 --- /dev/null +++ b/docs/wiki/img/window-maximized-to-edges.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4cc85f606afb37b2b4490f5bdc64ddaf509210bdf59007eb853bb15d5959c4 +size 14069 -- cgit