diff --git a/content/_docs/userguide b/content/_docs/userguide index 171afda..7e44d49 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 @@ -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`.