aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorKyle Javier2021-09-21 15:14:41 -0400
committerKyle Javier2021-09-21 15:14:41 -0400
commit2ebc19b31534d4a12b65b02bd539775c36870965 (patch)
tree087f2242b45f4cf14bde123f1df634ff9bdbb6e4 /awesome
parentbbba0aad8c570738f8fe081a357a836562f99030 (diff)
reverted the changes to the tag system
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
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()