diff options
author | William McKinnon <[email protected]> | 2022-08-13 02:14:23 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-13 02:14:23 -0400 |
commit | cf1ed777ae56f677bcc0f832c52c04dc65be18ce (patch) | |
tree | 523dc4848d5cda83366bf8ccd6fc8cb453566a11 /README.md | |
parent | 06f19c81a4d20651a9e4bb503fed77b278e1d027 (diff) |
Add official fx renderer (#3)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,11 +1,10 @@ -# swaypower: A Beautiful Sway Fork +# swayFX: A Beautiful Sway Fork -Sway is an incredible window manager, and certainly one of if the the most well established wayland window managers. However, it is restricted in its feature set to include only what i3 included. This fork expands sway's featureset to include the following: - -+ **[Scratchpad treated as minimize](https://github.com/WillPower3309/swaypower/commit/f6aac41efee81c3edfda14be8ddb375827c81d9e)**: 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), this repo 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 repo +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), 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: + fade in / out animations |