diff --git a/themes/blackburn/theme.lua b/themes/blackburn/theme.lua index 8cb1134..15ef692 100644 --- a/themes/blackburn/theme.lua +++ b/themes/blackburn/theme.lua @@ -222,7 +222,7 @@ function theme.at_screen_connect(s) gears.wallpaper.maximized(wallpaper, s, true) -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) + awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() diff --git a/themes/copland/theme.lua b/themes/copland/theme.lua index 46f7863..56a25d6 100644 --- a/themes/copland/theme.lua +++ b/themes/copland/theme.lua @@ -314,7 +314,7 @@ function theme.at_screen_connect(s) gears.wallpaper.maximized(wallpaper, s, true) -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) + awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() diff --git a/themes/dremora/theme.lua b/themes/dremora/theme.lua index e1b946d..5b84554 100644 --- a/themes/dremora/theme.lua +++ b/themes/dremora/theme.lua @@ -203,7 +203,7 @@ function theme.at_screen_connect(s) gears.wallpaper.maximized(wallpaper, s, true) -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) + awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() diff --git a/themes/holo/theme.lua b/themes/holo/theme.lua index e1dc654..75a7b48 100644 --- a/themes/holo/theme.lua +++ b/themes/holo/theme.lua @@ -300,7 +300,7 @@ function theme.at_screen_connect(s) gears.wallpaper.maximized(wallpaper, s, true) -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) + awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() diff --git a/themes/multicolor/theme.lua b/themes/multicolor/theme.lua index efe9f9e..e7cbbce 100644 --- a/themes/multicolor/theme.lua +++ b/themes/multicolor/theme.lua @@ -267,7 +267,7 @@ function theme.at_screen_connect(s) gears.wallpaper.maximized(wallpaper, s, true) -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) + awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() diff --git a/themes/powerarrow-dark/theme.lua b/themes/powerarrow-dark/theme.lua index 1210cb1..f72b3c9 100644 --- a/themes/powerarrow-dark/theme.lua +++ b/themes/powerarrow-dark/theme.lua @@ -282,7 +282,7 @@ function theme.at_screen_connect(s) gears.wallpaper.maximized(wallpaper, s, true) -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) + awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() diff --git a/themes/powerarrow/theme.lua b/themes/powerarrow/theme.lua index 2d7f7c3..984c9a8 100644 --- a/themes/powerarrow/theme.lua +++ b/themes/powerarrow/theme.lua @@ -320,7 +320,7 @@ function theme.at_screen_connect(s) gears.wallpaper.maximized(wallpaper, s, true) -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) + awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() diff --git a/themes/rainbow/theme.lua b/themes/rainbow/theme.lua index 310618a..7837b93 100644 --- a/themes/rainbow/theme.lua +++ b/themes/rainbow/theme.lua @@ -224,7 +224,7 @@ function theme.at_screen_connect(s) gears.wallpaper.maximized(wallpaper, s, true) -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) + awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() diff --git a/themes/steamburn/theme.lua b/themes/steamburn/theme.lua index 118d706..a6631a3 100644 --- a/themes/steamburn/theme.lua +++ b/themes/steamburn/theme.lua @@ -220,7 +220,7 @@ function theme.at_screen_connect(s) gears.wallpaper.maximized(wallpaper, s, true) -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) + awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() diff --git a/themes/vertex/theme.lua b/themes/vertex/theme.lua index 4a5bd83..14190bd 100644 --- a/themes/vertex/theme.lua +++ b/themes/vertex/theme.lua @@ -400,7 +400,7 @@ function theme.at_screen_connect(s) gears.wallpaper.maximized(wallpaper, s, true) -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) + awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt()