diff options
author | Will McKinnon <[email protected]> | 2023-04-17 17:46:58 -0400 |
---|---|---|
committer | Will McKinnon <[email protected]> | 2023-04-17 17:50:21 -0400 |
commit | e02e338d454e49af009ecb1804a4b7141b93ceb5 (patch) | |
tree | 508c82b2545ec6c801be876e78229fdb6385248c /README.md | |
parent | 7e302de4c2178014fb9fe4741fd685d0b0a56808 (diff) |
updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,8 +1,15 @@ +<div align = center> + # SwayFX: A Beautiful Sway Fork +https://discord.gg/qsSx397rkh + +</div> +  Sway is an incredible window manager, and certainly one of the most well established wayland window managers. However, it is restricted to only include the functionality that existed in i3. This fork ditches the simple wlr_renderer, and replaces it with our fx_renderer, capable of rendering with fancy GLES2 effects. This, along with a couple of minor changes, expands sway's featureset to include the following: ++ **Blur** + **Anti-aliased rounded corners, borders, and titlebars** + **Shadows** + **Dim unfocused windows** @@ -37,7 +44,6 @@ Sway is an incredible window manager, and certainly one of the most well establi + fade in / out animations + window movement animations -+ blur ## Installation |