forked from ashpie/simple-awesome
Don't ignore wallpaper aspect ratio
This commit is contained in:
parent
93a3caf5a4
commit
5961d734b5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user