diff options
author | Erik Reider <[email protected]> | 2023-05-19 21:14:06 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-19 21:14:06 +0200 |
commit | 415e072a3af292937f0b4c41acadafaee6958437 (patch) | |
tree | 354de329d9cbf66054260d50aebefd86a26d5055 /README.md | |
parent | 67078429428f0a97333c107da8a3ad8fb678a602 (diff) |
Add blur, shadow, and corner radius to layer-shell surfaces (#144)
Co-authored-by: Will McKinnon <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -31,6 +31,14 @@ Sway is an incredible window manager, and certainly one of the most well establi - `blur_xray enable|disable` - `blur_passes <integer value 0 - 10>` - `blur_radius <integer value 0 - 10>` ++ LayerShell effects: *ONLY ON SWAYFX-GIT, NOT YET RELEASED* + - `layer_effects <layer namespace> <effects>` + - Example: `layer_effects "waybar" blur enable; shadows enable; corner_radius 6` + - SwayIPC Example: `swaymsg "layer_effects 'waybar' 'blur enable; shadows enable; corner_radius 6'"` + - Available Effects: + - `blur <enable|disable>` + - `shadows <enable|disable>` + - `corner_radius <int>` + Dim unfocused windows: - `default_dim_inactive <float value 0.0 - 1.0>` - `for_window [CRITERIA_HERE] dim_inactive <float value 0.0 - 1.0>` |