Go to file
2022-08-13 02:14:23 -04:00
.builds merge sway master 2022-04-27 17:33:23 -04:00
.github/ISSUE_TEMPLATE github: don't truncate debug logs 2021-10-17 21:28:51 +02:00
assets License wallpapers as CC-0 2019-12-16 14:35:58 -05:00
client cairo: Replace <cairo/cairo.h> by <cairo.h> 2021-05-10 10:28:32 +02:00
common Add safety assert in parse_movement_unit 2022-01-16 19:26:57 +01:00
completions merge sway master 2022-04-27 17:33:23 -04:00
contrib merge sway master 2022-04-27 17:33:23 -04:00
include Add official fx renderer (#3) 2022-08-13 02:14:23 -04:00
protocols Add support for linux-dmabuf surface hints 2021-12-13 09:59:33 -06:00
sway Add official fx renderer (#3) 2022-08-13 02:14:23 -04:00
swaybar merge sway master 2022-04-27 17:33:23 -04:00
swaymsg merge sway master 2022-04-27 17:33:23 -04:00
swaynag merge sway master 2022-04-27 17:33:23 -04:00
.editorconfig Create .editorconfig 2016-07-04 14:12:32 +02:00
.gitignore Add official fx renderer (#3) 2022-08-13 02:14:23 -04:00
config.in config.in: use swaynag -B instead of -b 2021-10-17 21:30:33 +02:00
CONTRIBUTING.md Fix IRC links in READMEs and templates 2021-05-26 08:25:13 +02:00
flake.lock added nix flake 2022-04-27 14:31:46 -04:00
flake.nix Add official fx renderer (#3) 2022-08-13 02:14:23 -04:00
LICENSE MIT license 2017-01-06 13:45:48 -05:00
meson.build merge sway master 2022-04-27 17:33:23 -04:00
meson_options.txt default waybar to false 2022-04-29 12:45:34 -04:00
README.md Add official fx renderer (#3) 2022-08-13 02:14:23 -04:00
sway.desktop Update language in sway.desktop & sway(1) 2019-03-10 15:09:52 -04:00

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. 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)
  • Default to not compiling swaybar: Many users replace swaybar with the far more capable 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
  • window movement animations
  • drop shadows
  • blur
  • rounded corners