Don't ignore wallpaper aspect ratio

This commit is contained in:
Alice Gaudon 2021-02-21 19:30:44 +01:00
parent 55ff9a842d
commit e8a91d98ce
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ local function set_wallpaper(s)
if type(wallpaper) == "function" then
wallpaper = wallpaper(s)
end
gears.wallpaper.maximized(wallpaper, s, true)
gears.wallpaper.maximized(wallpaper, s)
end
end