diff options
| author | Kyle Javier | 2021-09-21 15:14:41 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-21 15:14:41 -0400 |
| commit | 2ebc19b31534d4a12b65b02bd539775c36870965 (patch) | |
| tree | 087f2242b45f4cf14bde123f1df634ff9bdbb6e4 /awesome/rc.lua | |
| parent | bbba0aad8c570738f8fe081a357a836562f99030 (diff) | |
reverted the changes to the tag system
Diffstat (limited to 'awesome/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 26f1ffe..3d64f07 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({ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14" }, s, awful.layout.layouts[1]) + awful.tag({ "1", "2", "3", "4", "5", "6", "7", "8", "9" }, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() |
