From e34ef65fd904488a34660648175cc54726a3aa6b Mon Sep 17 00:00:00 2001 From: TheAvidDev Date: Sun, 23 Aug 2020 01:49:59 -0400 Subject: [PATCH] Add man page --- sway/sway.5.scd | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sway/sway.5.scd b/sway/sway.5.scd index f608ad2e9..faeb945f8 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -111,6 +111,29 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1). *border* toggle Cycles through the available border styles. +*border-images.* + Configures the images used for borders. The _folder_path_ is expected to be + the full path, with a trailing slash, to a folder that contains 8 PNG images + named 0.png, 1.png, ..., 7.png. These images are used in clockwise order, + starting from the top-left corner, ending on the left edge. For the classes + below, _container_ refers to a container which has gaps around it. + + The available classes are: + + *border_images.focused* + The container which is focused or has a window that has focus. + + *border_images.focused_inactive* + The container which has the most recently focused view within a container + which is not focused. + + *border_images.unfocused* + A container with all of its views unfocused. + + *border_images.urgent* + A container which has view with an urgency hint. *Note*: Native Wayland windows do not + support urgency. Urgency only works for Xwayland windows. + *exit* Exit sway and end your Wayland session.