style(docs): replace em dashes with hyphens for consistency

This commit is contained in:
2026-02-12 19:37:47 +01:00
parent 6f474c57fd
commit 86a504e5f3
7 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ On X11-based desktops (e.g., Openbox, i3, Fluxbox), window capture has the follo
* **Current workspace only**: The window picker only shows windows on your active workspace. Windows on other virtual desktops cannot be captured because X11 does not render off-screen windows.
* **Window must be visible**: The target window must be visible and not fully obscured by another window. If a window is covered, the capture may return a black image. **Click the window to bring it to the front before capturing.**
* **Compositors help**: If you run a compositor such as `picom` or `compton`, these limitations are largely eliminated compositors maintain off-screen buffers for all windows, enabling capture of obscured or unfocused windows.
* **Compositors help**: If you run a compositor such as `picom` or `compton`, these limitations are largely eliminated - compositors maintain off-screen buffers for all windows, enabling capture of obscured or unfocused windows.
These limitations do not apply to **Wayland** desktops (GNOME, KDE Plasma 6) or **macOS**, which use compositing by default.