Don't ignore wallpaper aspect ratio

This commit is contained in:
Alice Gaudon 2021-02-21 19:30:44 +01:00
parent 93a3caf5a4
commit 5961d734b5
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,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