summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-06-20 01:36:17 +0200
committerGravatar Tom Willemse2014-06-20 01:36:17 +0200
commite37bd3a0ba3197cba28baff9f19c7f5ebbb8bb25 (patch)
treed007ec96d84fdaa9aa83e4247c75313fb833ef8c
parent2f50d777ae6e39703216931568b54a918d73b2cc (diff)
downloadawesome-e37bd3a0ba3197cba28baff9f19c7f5ebbb8bb25.tar.gz
awesome-e37bd3a0ba3197cba28baff9f19c7f5ebbb8bb25.zip
Set custom wallpaper
-rw-r--r--.config/awesome/rc.lua6
1 files changed, 1 insertions, 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