]> git.mdlowis.com Git - proto/labwc.git/commitdiff
documentation: s/view/window/
authorzeusgoose <eu3322@protonmail.com>
Sat, 24 May 2025 15:44:39 +0000 (10:44 -0500)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sat, 24 May 2025 16:31:40 +0000 (01:31 +0900)
docs/autostart
docs/labwc-config.5.scd
docs/labwc-menu.5.scd

index 6046f18e476704435367e46c3c2f2a0e66b6c70e..b045ed82f20d5bbcd126662934aea3a3f2961d75 100644 (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 \
index c650b8ab05b8dd0bded13f2e0e76252f18917d4f..a6c1e90b4ba010fddffa94987127c7a1b3b1885b 100644 (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
index 075dcd5889a68f5ad91bd466c35b85bfcb0efaab..cf7ccbc751a795fc5e41ce063faa0ce56d46861a 100644 (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).