diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -13,7 +13,11 @@ Sway is an incredible window manager, and certainly one of the most well establi + Corner radius: `corner_radius <val>` + Application saturation: `for_window [CRITERIA HERE] saturation <set|plus|minus> <val 0.0 <-> 2.0>` -+ Dim unfocused windows: ++ Window shadows: + - `shadows on|off` + - `shadow_blur_radius <integer value 0 - 100>` + - `shadow_color <hex color with alpha> ex, #0000007F` ++ Dim unfocused windows: - `dim_inactive <float value 0.0 - 1.0>` - `dim_inactive_colors.unfocused <hex color> ex, #000000FF` - `dim_inactive_colors.urgent <hex color> ex, #900000FF` @@ -22,7 +26,6 @@ Sway is an incredible window manager, and certainly one of the most well establi + fade in / out animations + window movement animations -+ drop shadows + blur ## Installation |