diff options
author | William McKinnon <[email protected]> | 2023-01-18 01:49:26 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-18 01:49:26 -0500 |
commit | 588ea8e290a61a8a98e72617fd679689891e2e39 (patch) | |
tree | 128bf22c2f419c793e1a6b84ee03c91af4253629 /sway/sway.5.scd | |
parent | 1baba77c74302b8c1f212e851f194deae0fae46b (diff) |
feat: Add box shadows (#64)
Co-authored-by: Erik Reider <[email protected]>
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 11 |
1 files changed, 11 insertions, 0 deletions
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* <hex color> The color to dim inactive urgent windows with. Example color: #900000FF +*shadows* <value> + Adjusts if shadows should be enabled or not (on|off). Can also be set per + window with *for_window*. + +*shadow_blur_radius* <value> + Adjusts the shadow blur radius of windows between 0 (disabled) and 100 + while 20 is the default value. + +*shadow_color* <hex color with alpha> + The shadow color. Default color: #0000007F + *default_border* normal|none|pixel [<n>] Set default border style for new tiled windows. |