From 8e9751ea92b0a2db3f47c3c2dd8cf1c766c2671d Mon Sep 17 00:00:00 2001 From: zeusgoose Date: Sat, 24 May 2025 10:44:39 -0500 Subject: [PATCH] documentation: s/view/window/ --- docs/autostart | 2 +- docs/labwc-config.5.scd | 10 +++++----- docs/labwc-menu.5.scd | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/autostart b/docs/autostart index 6046f18e..b045ed82 100644 --- a/docs/autostart +++ b/docs/autostart @@ -29,7 +29,7 @@ mako >/dev/null 2>&1 & # # Note that in the context of idle system power management, it is *NOT* a good # idea to turn off displays by 'disabling outputs' for example by -# `wlr-randr --output --off` because this re-arranges views +# `wlr-randr --output --off` because this re-arranges windows # (since a837fef). Instead use a wlr-output-power-management client such as # https://git.sr.ht/~leon_plickat/wlopm swayidle -w \ diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index c650b8ab..a6c1e90b 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -178,12 +178,12 @@ this is for compatibility with Openbox. ``` ** [server|client] - Specify server or client side decorations for xdg-shell views. Note + Specify server or client side decorations for xdg-shell windows. Note that it is not always possible to turn off client side decorations. Default is server. ** - The distance in pixels between views and output edges when using + The distance in pixels between windows and output edges when using movement actions, for example MoveToEdge. Default is 0. ** [yes|no|fullscreen] @@ -290,7 +290,7 @@ this is for compatibility with Openbox. *content* defines what the field shows and can be any of: - - *type* Show view type ("xdg-shell" or "xwayland") + - *type* Show window type ("xdg-shell" or "xwayland") - *identifier* Show identifier (app_id for native Wayland windows and WM_CLASS for XWayland clients) @@ -310,7 +310,7 @@ this is for compatibility with Openbox. - *state* Show window state, M/m/F (max/min/full) - - *type_short* Show view type ("W" or "X") + - *type_short* Show window type ("W" or "X") - *output* Show output id, if more than one output detected @@ -427,7 +427,7 @@ extending outward from the snapped edge. ** [always|region|edge|never] Snapping windows can trigger corresponding tiling events for native Wayland clients. Clients may use these events to alter their rendering - based on knowledge that some edges of the view are confined to edges of + based on knowledge that some edges of the window are confined to edges of a snapping region or output. For example, rounded corners may become square when tiled, or media players may letter-box or pillar-box video rather than imposing rigid aspect ratios on windows that will violate diff --git a/docs/labwc-menu.5.scd b/docs/labwc-menu.5.scd index 075dcd58..cf7ccbc7 100644 --- a/docs/labwc-menu.5.scd +++ b/docs/labwc-menu.5.scd @@ -61,7 +61,7 @@ The menu file must be entirely enclosed within and selected or go to workspace without activating any app if "Go there" is selected. - "client-send-to-menu" shows all workspaces and sends current - view to that workspace when selected. + window to that workspace when selected. *menu.id* (when nested under other ** element) Link to a submenu defined elsewhere (by a ** at toplevel).