From 0e1adb69be02655a17b0d3718f19de945e6f46ff Mon Sep 17 00:00:00 2001 From: AngeD Date: Fri, 16 Sep 2022 19:27:51 +0200 Subject: [PATCH] style: fix indentation --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index b1fc032..9d14f23 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -118,7 +118,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, true) end end