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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ Sway is an incredible window manager, and certainly one of the most well establi + Application saturation: `for_window [CRITERIA HERE] saturation <set|plus|minus> <val 0.0 <-> 2.0>` + Window shadows: *ONLY ON SWAYFX-GIT, NOT YET RELEASED* - `shadows on|off` + - `shadows_on_csd on|off` (**Note**: The shadow might not fit some windows) - `shadow_blur_radius <integer value 0 - 100>` - `shadow_color <hex color with alpha> ex, #0000007F` + Dim unfocused windows: |