diff options
Diffstat (limited to 'awesome/bar.lua')
-rw-r--r-- | awesome/bar.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/awesome/bar.lua b/awesome/bar.lua index e9465d3..285ffe6 100644 --- a/awesome/bar.lua +++ b/awesome/bar.lua @@ -67,22 +67,6 @@ local tasklist_buttons = gears.table.join( ) - ---local function set_wallpaper(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 ---end - --- Re-set wallpaper when a screen's geometry changes (e.g. different resolution) ---screen.connect_signal("property::geometry", set_wallpaper) - awful.screen.connect_for_each_screen(function (s) awful.tag({"1", "2", "3", "4", "5", "6", "7", "8", "9"}, s, awful.layout.layouts[1]) s.mypromptbox = awful.widget.prompt() |