From: martin f. krafft Date: Thu, 10 Mar 2016 10:12:56 +0000 (+0100) Subject: fix chromium to web tag X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/9bed174f669ab4dabc460f748e5325e37bc406a7?ds=sidebyside fix chromium to web tag --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 3695b61..e630208 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -520,6 +520,8 @@ awful.rules.rules = { properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][9], switchtotag = false, floating = false } }, { rule = { class = "Icedove", instance = "Mail" }, properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][8], switchtotag = false, floating = false } }, + { rule = { class = "chromium" }, + properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][9], switchtotag = false, floating = false } }, } -- }}}