documentation: s/view/window/

This commit is contained in:
zeusgoose 2025-05-24 10:44:39 -05:00 committed by Hiroaki Yamamoto
parent f2b020b239
commit 8e9751ea92
3 changed files with 7 additions and 7 deletions

View file

@ -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 <whatever> --off` because this re-arranges views
# `wlr-randr --output <whatever> --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 \

View file

@ -178,12 +178,12 @@ this is for compatibility with Openbox.
```
*<core><decoration>* [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.
*<core><gap>*
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.
*<core><adaptiveSync>* [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.
*<snapping><notifyClient>* [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

View file

@ -61,7 +61,7 @@ The menu file must be entirely enclosed within <openbox_menu> 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 *<menu>* element)
Link to a submenu defined elsewhere (by a *<menu id="">* at toplevel).