From 06f19c81a4d20651a9e4bb503fed77b278e1d027 Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Fri, 29 Apr 2022 12:51:03 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81b20c4d..60166874 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ 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**: Allows panels with a taskbar to correctly interpret the state of the window ([thanks to LCBCrion](https://github.com/swaywm/sway/issues/6457)) ++ **[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 ## Roadmap: