Compare commits

..

6 commits

Author SHA1 Message Date
Alex Janka a81e80fe68 check for null pointer when getting gaps 2024-08-07 11:10:47 +10:00
Alex Janka 5293fb9206 editor settings 2024-08-07 11:10:47 +10:00
Alex Janka d01f16d09c resize by dragging gaps 2024-08-07 11:10:47 +10:00
Aidan Dang 59a10cf4c7 Add primary_selection config option
See: https://github.com/swaywm/sway/issues/4511

Adds a bool config option `primary_selection`, which explicitly
enables/disables the primary selection clipboard. Defaults to enabled.

This is implemented as a launch-only option which enables or disables the creation of the
`zwp_primary_selection_device_manager_v1` global.

Co-authored-by: Tilde Rose <t1lde@protonmail.com>
2024-08-07 11:10:47 +10:00
Erik Reider 59c2b7a884 Merge branch 'master' into workspace-movement 2024-08-06 23:33:00 +02:00
Erik Reider 4d7ca7d975
Fixed blur opacity. Fixes #338 (#339) 2024-07-29 12:13:11 -04:00

View file

@ -285,7 +285,6 @@ void render_blur(struct fx_render_context *ctx, struct wlr_texture *texture,
.src_box = *src_box,
.dst_box = proj_box,
.transform = WL_OUTPUT_TRANSFORM_NORMAL,
.alpha = &deco_data.alpha,
.clip = &damage,
.filter_mode = WLR_SCALE_FILTER_BILINEAR,
},