Port details |
- swayfx Sway, but with eye candy!
- 0.3 x11-wm
=1 0.3Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2023-03-11 05:09:08
- Last Update: 2023-05-21 05:35:25
- Commit Hash: dad941d
- People watching this port, also watch:: polipo, tcpdump, ratproxy, magicrescue, tmux
- Also Listed In: wayland
- License: MIT
- Description:
- 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 our fx_renderer, capable
of rendering with fancy GLES2 effects. This, along with a couple of
minor changes, expands sway's featureset to include the following:
+ Blur
+ Anti-aliased rounded corners, borders, and titlebars
+ Shadows
+ Dim unfocused windows
+ Per application saturation control: Allows the user to set the
saturation (Digital Vibrance) for specific applications. Great for
some FPS games!
+ Scratchpad treated as minimize: Allows docks, or panels with a
taskbar, to correctly interpret minimize / unminimize requests
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/x11-wm/swayfx/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-wm/swayfx
- pkg install swayfx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: swayfx
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684643020
SHA256 (WillPower3309-swayfx-0.3_GH0.tar.gz) = 0df303db0559537b474c6aa6273190849f4bcb9aa9a427ae3d713eec93d2987b
SIZE (WillPower3309-swayfx-0.3_GH0.tar.gz) = 5746551
Packages (timestamps in pop-ups are UTC):
- Master port: x11-wm/sway
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- evdev-proto>0 : devel/evdev-proto
- wayland-protocols>=1.24 : graphics/wayland-protocols
- wlroots>=0.16.0<0.17.0 : x11-toolkits/wlroots
- scdoc>=1.9.2 : textproc/scdoc
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- pixman-1.pc : x11/pixman
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- swaybg : x11/swaybg
- pixman-1.pc : x11/pixman
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libjson-c.so : devel/json-c
- libevdev.so : devel/libevdev
- libudev.so : devel/libudev-devd
- libpcre2-8.so : devel/pcre2
- libwayland-egl.so : graphics/wayland
- libwlroots.so : x11-toolkits/wlroots
- libinput.so : x11/libinput
- libxkbcommon.so : x11/libxkbcommon
- libbasu.so : devel/basu
- libxcb-icccm.so : x11/xcb-util-wm
- libEGL.so : graphics/libglvnd
- libGLESv2.so : graphics/libglvnd
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for swayfx-0.3:
BASU=on: Tray in swaybar via basu
MANPAGES=on: Build and/or install manual pages
PIXBUF=on: GDK-PixBuf library support
SWAYBG=on: Default command to set background
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- x11-wm_swayfx
- USES:
- compiler:c11 gl gnome meson pkgconfig xorg
- pkg-message:
- For install:
- Experimental features:
- HiDPI support for X11 applications. For instructions see
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064#note_1139855
- WWW: https://github.com/WillPower3309/swayfx
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: x11-wm/sway | Commit | Credits | Log message |
0.3 21 May 2023 05:35:25
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: update description after e83c39ced11e |
0.3 21 May 2023 05:32:46
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: update to 0.3
Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.3
Reported by: GitHub (watch releases) |
0.2_1 22 Apr 2023 14:40:09
    |
Jan Beich (jbeich)  |
x11-wm/sway-devel: restore port
This reverts commit 517f98aaf3e3cadc36f13500d1dae686c9d58e59. |
0.2_1 27 Mar 2023 09:48:33
    |
Emmanuel Vadot (manu)  |
x11-wm/sway: unbreak build after 42a49699a75e
../sway/ipc-json.c:898:11: error: enumeration value
'LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM' not handled in switch [-Werror,-Wswitch]
switch (libinput_device_config_accel_get_profile(device)) {
^
Reviewed by: jbeich
Approved by: jbeich
Differential Revision: https://reviews.freebsd.org/D39280
Sponsored by: Beckhoff Automation GmbH & Co. KG |
0.2 11 Mar 2023 05:05:58
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: add new port
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 our fx_renderer, capable
of rendering with fancy GLES2 effects. This, along with a couple of
minor changes, expands sway's featureset to include the following:
+ Anti-aliased rounded corners, borders, and titlebars
+ Shadows
+ Dim unfocused windows
+ Per application saturation control: Allows the user to set the
saturation (Digital Vibrance) for specific applications. Great for
some FPS games!
+ Scratchpad treated as minimize: Allows docks, or panels with a
taskbar, to correctly interpret minimize / unminimize requests
https://github.com/WillPower3309/swayfx/ |
Number of commits found: 5
|