Go to file
William McKinnon 90a80e7041
feat: add round borders (#22)
Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com>
2022-10-09 11:47:34 -04:00
.builds Revert "merge sway master" 2022-08-15 00:54:07 -04:00
.github/ISSUE_TEMPLATE updated issue template 2022-08-16 22:08:37 -04: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 Revert "merge sway master" 2022-08-15 00:54:07 -04:00
contrib Revert "merge sway master" 2022-08-15 00:54:07 -04:00
include feat: add round borders (#22) 2022-10-09 11:47:34 -04:00
protocols Add support for linux-dmabuf surface hints 2021-12-13 09:59:33 -06:00
sway feat: add round borders (#22) 2022-10-09 11:47:34 -04:00
swaybar Revert "merge sway master" 2022-08-15 00:54:07 -04:00
swaymsg Revert "merge sway master" 2022-08-15 00:54:07 -04:00
swaynag Revert "merge sway master" 2022-08-15 00:54:07 -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 added corner_radius documentation 2022-08-21 17:28:59 -04: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 updated flake for revert to 1.7 2022-08-15 00:59:43 -04:00
LICENSE MIT license 2017-01-06 13:45:48 -05:00
meson.build Revert "merge sway master" 2022-08-15 00:54:07 -04:00
meson_options.txt default waybar to false 2022-04-29 12:45:34 -04:00
README.md feat: add round borders (#22) 2022-10-09 11:47:34 -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 extends it to render fancy GLES2 effects. This, along with a couple of minor changes, expands sway's featureset to include the following:

  • Anti-aliased rounded corners and borders
  • 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

Configuration

  • Corner radius: corner_radius <val>

Roadmap:

  • fade in / out animations
  • window movement animations
  • drop shadows
  • blur