Compare commits

..

5 commits

Author SHA1 Message Date
Alex Janka b7d2d56263 check for null pointer when getting gaps 2024-08-02 09:43:42 +10:00
Alex Janka e7a847d933 editor settings 2024-07-24 12:07:35 +10:00
Alex Janka ff677c9255 resize by dragging gaps 2024-07-23 16:33:49 +10:00
Alex Janka 23910437c4 Merge branch 'master' into workspace-movement 2024-07-22 12:17:36 +10:00
Aidan Dang 4166fd3728 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-07-19 15:07:32 +10:00

View file

@ -285,6 +285,7 @@ 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,
},