From 26a0862cedd1aef595dfc7cccaf039334f2b2c1e Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Wed, 6 May 2026 11:31:27 +0300 Subject: [PATCH 1/2] docs: fix a typo "simple" -> "simply" --- content/_docs/userguide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_docs/userguide b/content/_docs/userguide index 171afda..ec07874 100644 --- a/content/_docs/userguide +++ b/content/_docs/userguide @@ -3109,7 +3109,7 @@ Instead, when using +scratchpad show+, the window will be shown again, as a floating window, centered on your current workspace (using +scratchpad show+ on a visible scratchpad window will make it hidden again, so you can have a keybinding to toggle). Note that this is just a normal floating window, so if -you want to "remove it from scratchpad", you can simple make it tiling again +you want to "remove it from scratchpad", you can simply make it tiling again (+floating toggle+). As the name indicates, this is useful for having a window with your favorite From 0eddc03ddeb37fe7861a4d2687ce4761cbdfbb8d Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Wed, 6 May 2026 11:31:47 +0300 Subject: [PATCH 2/2] docs: fix Arch Linux HiDPI documentation link --- content/_docs/userguide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_docs/userguide b/content/_docs/userguide index ec07874..7e44d49 100644 --- a/content/_docs/userguide +++ b/content/_docs/userguide @@ -3389,7 +3389,7 @@ software needs to do this job (that is, open a window on each screen). [[hidpi]] === High-resolution displays (aka HIDPI displays) -See https://wiki.archlinux.org/index.php/HiDPI for details on how to enable +See https://wiki.archlinux.org/title/HiDPI for details on how to enable scaling in various parts of the Linux desktop. i3 will read the desired DPI from the `Xft.dpi` property. The property defaults to 96 DPI, so to achieve 200% scaling, you’d set `Xft.dpi: 192` in `~/.Xresources`.