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