Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/_docs/userguide
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.
Expand Down