From 7ff9bd083093e921c92a67fc1b1745f7297ff4b2 Mon Sep 17 00:00:00 2001 From: Will McKinnon Date: Thu, 9 Jun 2022 17:50:31 -0400 Subject: [PATCH] rebrand to swayFX --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf22cb2e3..61ac8c385 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# swaypower: A Beautiful Sway Fork +# swayFX: A Beautiful Sway Fork 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 a fancy GLES2 renderer with functionality borrowed from the original simple renderer and [Hyprland](https://github.com/vaxerski/Hyprland). This, along with a couple of minor changes, expands sway's featureset to include the following: + **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)) -+ **Default to not compiling swaybar**: Many users replace swaybar with the far more capable [waybar](https://github.com/Alexays/Waybar), swaypower cuts out the bloat by not including swaybar by default ++ **Default to not compiling swaybar**: Many users replace swaybar with the far more capable [waybar](https://github.com/Alexays/Waybar), swayFX cuts out the bloat by not including swaybar by default + **Add a nix flake to the repo**: Allows nixos users to easily contribute to and test this project ## Roadmap: