Wobble causing shadows, glow and window artifacts on moving large windows #15734
Hyprland versionHyprland 0.56.0 built from branch main at commit 88c6386 clean (chore: replace string concatenation with std::format ( 15652)). Is this a regression?No response What's the bug?When wobble is enabled, windows show intermittent rendering artifacts on the edges:
Disabling wobble removed this. Reproduction steps
hl.config({
general = {
gaps_in = 4,
gaps_out = 16,
border_size = 2,
col = {
active_border = { colors = { "rgba(cba6f7aa)", "rgba(cba6f755)" }, angle = 45 },
inactive_border = "rgba(59595955)",
},
},
decoration = {
rounding = 10,
rounding_power = 3,
active_opacity = 1.0,
inactive_opacity = 1.0,
fullscreen_opacity = 1.0,
dim_inactive = false,
dim_special = 0.3,
blur = {
enabled = true,
size = 2,
passes = 4,
xray = true,
noise = 0.07,
contrast = 2.0,
brightness = 1.0,
vibrancy_darkness = 0.95,
special = true,
popups = false,
},
shadow = {
enabled = true,
range = 16,
render_power = 4,
sharp = false,
color = 0xaa11111b,
color_inactive = 0xaa11111b,
},
wobble = {
enabled = true,
},
glow = {
enabled = true,
color = 0x55cba6f7,
range = 24
},
motion_blur = {
enabled = true,
},
},
})
AttachmentsVideo_2026-08-03_20-10-41_compress.mp4i can upload to catbox a better quality video I acknowledge that:
|
Answered by
vaxerski
Aug 5, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see #15759
please test that