From 06ea697f531e56eaa12620eb4f9f6ed7c3e392e7 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 9 Sep 2016 12:13:18 +0200 Subject: [PATCH] remove wallpaper --- .config/awesome/rc.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 19572b8..ea63c33 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -172,14 +172,14 @@ mytasklist.buttons = awful.util.table.join( awful.screen.connect_for_each_screen(function(s) -- Wallpaper - if beautiful.wallpaper then - local wallpaper = beautiful.wallpaper - -- If wallpaper is a function, call it with the screen - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - end + --DISABLED--if beautiful.wallpaper then + --DISABLED-- local wallpaper = beautiful.wallpaper + --DISABLED-- -- If wallpaper is a function, call it with the screen + --DISABLED-- if type(wallpaper) == "function" then + --DISABLED-- wallpaper = wallpaper(s) + --DISABLED-- end + --DISABLED-- gears.wallpaper.maximized(wallpaper, s, true) + --DISABLED--end -- Each screen has its own tag table. tags = awful.tag.new({ "1", "2", "3", "4", "5", "6", "7", "8", "9" }, s, layout_default) -- 2.39.2