swayfx/README.md

19 lines
938 B
Markdown
Raw Normal View History

# SwayFX: A Beautiful Sway Fork
2022-04-30 02:41:35 +10:00
2022-10-18 16:02:28 +11:00
![](assets/swayfx_screenshot.jpg)
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 extends it to render fancy GLES2 effects. This, along with a couple of minor changes, expands sway's featureset to include the following:
2022-04-30 02:41:35 +10:00
+ **Anti-aliased rounded corners and borders**
2022-08-13 16:14:23 +10:00
+ **Scratchpad treated as minimize**: Allows docks, or panels with a taskbar, to correctly interpret minimize / unminimize requests ([thanks to LCBCrion](https://github.com/swaywm/sway/issues/6457))
+ **Add a nix flake to the repo**: Allows nixos users to easily contribute to and test this project
2022-04-30 02:41:35 +10:00
## Configuration
+ Corner radius: `corner_radius <val>`
2022-04-30 02:41:35 +10:00
## Roadmap:
+ fade in / out animations
+ window movement animations
+ drop shadows
+ blur