diff options
| author | Kyle Javier | 2021-09-21 15:09:42 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-21 15:09:42 -0400 |
| commit | bbba0aad8c570738f8fe081a357a836562f99030 (patch) | |
| tree | a3bfae5484f6f44afd5f2ae1635c8928e28e4060 | |
| parent | 502ba98dfc8904713ede2b83238c4c4e524c401d (diff) | |
added five (5) more tags to rc.lua
| -rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 3d64f07..26f1ffe 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -173,7 +173,7 @@ awful.screen.connect_for_each_screen(function(s) set_wallpaper(s) -- Each screen has its own tag table. - awful.tag({ "1", "2", "3", "4", "5", "6", "7", "8", "9" }, s, awful.layout.layouts[1]) + awful.tag({ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14" }, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() |
