diff options
author | famfo <[email protected]> | 2023-12-22 06:08:09 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-22 01:08:09 -0500 |
commit | ca42d414536c167f951e23bfc50d5edabb6f9dc2 (patch) | |
tree | 989ef953da5cc98a826de4bf19dc2aad34d8f1be /sway/sway.5.scd | |
parent | 5e866d0345449f34ac51c6590a3aac285cb2f8bf (diff) |
Implement shadow_offset (#255)
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 0352b403..08c1a7cb 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -689,6 +689,9 @@ The default colors are: *shadow_inactive_color* <hex color with alpha> The shadow color for inactive windows. Default value: *shadow_color* +*shadow_offset* <x offset> <y offset> + Offset all box shadows by the given value. + *blur* enable|disable Sets whether blur should be drawn. Can also be set per window with *for_window*. |