diff options
author | Erik Reider <[email protected]> | 2023-02-01 01:13:04 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-01 01:13:04 +0100 |
commit | 3efd3b558fe49bc7a7f3c30c19783e3fe5efeb24 (patch) | |
tree | 99c1dc3c7e7232ba204a80e1dab48ab7cc522524 /sway/sway.5.scd | |
parent | 9345749a9047b088893347abba7be5a4dcc7f7ac (diff) |
Add option for enabling shadows for CSD windows (#106)
* Add option for enabling shadows for CSD windows
* Disable drawing borders when CSD and shadows csd is enabled
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 40618647..d25330db 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -666,6 +666,10 @@ The default colors are: Adjusts if shadows should be enabled or not (on|off). Can also be set per window with *for_window*. +*shadows_on_csd* <value> + Adjusts if shadows should be drawn on windows that draw their own + decorations (on|off). *Note:* The shadow might not fit some windows. + *shadow_blur_radius* <value> Adjusts the shadow blur radius of windows between 0 (disabled) and 100 while 20 is the default value. |