diff options
author | Will McKinnon <[email protected]> | 2023-04-06 20:36:18 -0400 |
---|---|---|
committer | Will McKinnon <[email protected]> | 2023-04-06 20:36:18 -0400 |
commit | 3e6f2366e74f573d1e57d7a4cab5fb334d26bed5 (patch) | |
tree | 3649896ce776ec6e3e14dbf909a133c1ea493e93 /README.md | |
parent | 420364dd191fa3c22370bbaa34f178b07bcb8318 (diff) |
updated docs from on|off to enable|disable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -13,10 +13,10 @@ Sway is an incredible window manager, and certainly one of the most well establi ## New Configuration Options + Corner radius: `corner_radius <val>` -+ Smart corner radius: `smart_corner_radius on|off` ++ Smart corner radius: `smart_corner_radius enable|disable` + Window shadows: - - `shadows on|off` - - `shadows_on_csd on|off` (**Note**: The shadow might not fit some windows) + - `shadows enable|disable` + - `shadows_on_csd enable|disable` (**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: @@ -94,4 +94,3 @@ Here's a quick outline of where most of our changes lie vs the main sway reposit + `sway/desktop/shaders`: where all of the shaders that fx_renderer uses live Please join our (for the time being very small) Discord server for development chatter! https://discord.gg/R5hYhC2BFg - |