X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/0a2ce2f67bb99ea4dba2283c0d6d62b9071f26e6..06ea697f531e56eaa12620eb4f9f6ed7c3e392e7:/.config/awesome/rc.lua 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)