From d068389d42b8604de9210b3137d930ada3fb60c7 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Tue, 6 Oct 2020 15:35:15 +0800 Subject: [PATCH] Changed tag names. --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index b5066e9..fd5394c 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -196,7 +196,7 @@ awful.screen.connect_for_each_screen(function(s) -- Each screen has its own tag table. - awful.tag({ "term", "media", "social", "game", "misc" }, s, awful.layout.layouts[1]) + awful.tag({ "dev", "media", "social", "misc1", "misc2" }, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt() @@ -672,7 +672,7 @@ custom_rules = { { rule = { class = "Steam" }, - properties = { tag = "game", screen = startup_screen } + properties = { tag = "misc1", screen = startup_screen } }, } -- concat own rules with rules