diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index 9e2c5892..569c17c8 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -129,7 +129,7 @@ local function arrange(screen) for p,pos in pairs(notifications[screen]) do for i,notification in pairs(notifications[screen][p]) do local offset = get_offset(screen, p, i, notification.width, notification.height) - notification.box:geometry({ x = offset.x, y = offset.y, width = config.width, height = notification.height }) + notification.box:geometry({ x = offset.x, y = offset.y, width = notification.width, height = notification.height }) notification.idx = i end end