From 2ebc19b31534d4a12b65b02bd539775c36870965 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Tue, 21 Sep 2021 15:14:41 -0400 Subject: reverted the changes to the tag system --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3