diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d8afcd5c..bea00e0f 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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