aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/swayfx
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/swayfx: drop unused += after 66405adbabf6Jan Beich2024-03-011-1/+1
|
* x11-wm/swayfx: flatten to detach from master portJan Beich2024-03-012-5/+89
|
* x11-toolkits/wlroots: update to 0.17.0Jan Beich2023-11-211-1/+1
| | | | | Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0 Reported by: GitLab (notify releases)
* x11-wm/swayfx: unbreak with wlroots/X11=off after e83c39ced11eJan Beich2023-07-292-0/+4
| | | | | | | | | | | | | | | | | | | | | | | ../sway/tree/root.c:63:7: error: implicit declaration of function 'wlr_surface_is_xwayland_surface' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (wlr_surface_is_xwayland_surface(con->view->surface)) { ^ ../sway/tree/root.c:63:7: note: did you mean 'wlr_surface_is_layer_surface'? /usr/local/include/wlr/types/wlr_layer_shell_v1.h:144:6: note: 'wlr_surface_is_layer_surface' declared here bool wlr_surface_is_layer_surface(struct wlr_surface *surface); ^ ../sway/tree/root.c:64:44: error: implicit declaration of function 'wlr_xwayland_surface_from_wlr_surface' is invalid in C99 [-Werror,-Wimplicit-function-declaration] struct wlr_xwayland_surface *xsurface = wlr_xwayland_surface_from_wlr_surface(con->view->surface); ^ ../sway/tree/root.c:64:44: note: did you mean 'wlr_xdg_surface_from_wlr_surface'? /usr/local/include/wlr/types/wlr_xdg_shell.h:494:25: note: 'wlr_xdg_surface_from_wlr_surface' declared here struct wlr_xdg_surface *wlr_xdg_surface_from_wlr_surface( ^ ../sway/tree/root.c:64:33: error: incompatible integer to pointer conversion initializing 'struct wlr_xwayland_surface *' with an expression of type 'int' [-Werror,-Wint-conversion] struct wlr_xwayland_surface *xsurface = wlr_xwayland_surface_from_wlr_surface(con->view->surface); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../sway/tree/root.c:65:4: error: implicit declaration of function 'wlr_xwayland_surface_set_minimized' is invalid in C99 [-Werror,-Wimplicit-function-declaration] wlr_xwayland_surface_set_minimized(xsurface, minimize); ^
* x11-wm/swayfx: update to 0.3.2Jan Beich2023-07-072-4/+4
| | | | | Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.3.2 Reported by: GitHub (watch releases)
* x11-wm/swayfx: update to 0.3.1Jan Beich2023-06-032-4/+4
| | | | | Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.3.1 Reported by: GitHub (watch releases)
* x11-wm/swayfx: update description after e83c39ced11eJan Beich2023-05-211-0/+1
|
* x11-wm/swayfx: update to 0.3Jan Beich2023-05-212-7/+5
| | | | | Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.3 Reported by: GitHub (watch releases)
* x11-wm/sway-devel: restore portJan Beich2023-04-221-1/+1
| | | | This reverts commit 517f98aaf3e3cadc36f13500d1dae686c9d58e59.
* x11-wm/sway: unbreak build after 42a49699a75eEmmanuel Vadot2023-03-272-2/+4
| | | | | | | | | | | | ../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
* x11-wm/swayfx: add new portJan Beich2023-03-113-0/+40
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/