diff options
author | William McKinnon <[email protected]> | 2022-11-11 01:19:02 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-11 01:19:02 -0500 |
commit | 1930bd0d7136d84900fe1541e4317cbcd7a85ef6 (patch) | |
tree | 0953eb462206e0c52c5206370abfd3b33898e1ac /sway/sway.5.scd | |
parent | 9ee7fa61af58de3dab3d60e325ef1d0c6f40f9fd (diff) |
feat: add round titlebars (#26)
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 86f250d0..a245ae14 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -663,7 +663,9 @@ The default colors are: padding of the text while _vertical_ value affects vertical padding (space above and below text). Padding includes titlebar borders so their value should be greater than titlebar_border_thickness. If _vertical_ value is - not specified it is set to the _horizontal_ value. + not specified it is set to the _horizontal_ value. If _corner_radius_ is set + to be greater than the _horizontal_ or _vertical_ value, the value will be + treated as that of _corner_radius_. *for_window* <criteria> <command> Whenever a window that matches _criteria_ appears, run list of commands. @@ -960,3 +962,4 @@ The following attributes may be matched with: # SEE ALSO *sway*(1) *sway-input*(5) *sway-output*(5) *sway-bar*(5) *sway-ipc*(7) + |