awesome: Fit wallpaper and keep aspect ratio

master
Pierre Neidhardt 2016-02-29 16:27:16 +13:00
parent a5d1e32355
commit e32c487fca
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ beautiful.init(awful.util.getdir("config") .. "/themes/occam/theme.lua")
-- Wallpaper
if beautiful.wallpaper then
for s = 1, screen.count() do
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
gears.wallpaper.fit(beautiful.wallpaper, s)
end
end