From e37bd3a0ba3197cba28baff9f19c7f5ebbb8bb25 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 20 Jun 2014 01:36:17 +0200 Subject: Set custom wallpaper --- .config/awesome/rc.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 15ad172..7847a5e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -98,11 +98,7 @@ local layouts = -- }}} -- {{{ Wallpaper -if beautiful.wallpaper then - for s = 1, screen.count() do - gears.wallpaper.maximized(beautiful.wallpaper, s, true) - end -end +gears.wallpaper.tiled("/home/slash/pictures/wallpaper-2666137.png") -- }}} -- {{{ Tags -- cgit v1.2.3-54-g00ecf