From 588ea8e290a61a8a98e72617fd679689891e2e39 Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Wed, 18 Jan 2023 01:49:26 -0500 Subject: feat: Add box shadows (#64) Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com> --- sway/sway.5.scd | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sway/sway.5.scd') diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 15e60844..a5fb4173 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -659,6 +659,17 @@ The default colors are: *dim_inactive_colors.urgent* The color to dim inactive urgent windows with. Example color: #900000FF +*shadows* + Adjusts if shadows should be enabled or not (on|off). Can also be set per + window with *for_window*. + +*shadow_blur_radius* + Adjusts the shadow blur radius of windows between 0 (disabled) and 100 + while 20 is the default value. + +*shadow_color* + The shadow color. Default color: #0000007F + *default_border* normal|none|pixel [] Set default border style for new tiled windows. -- cgit v1.2.3