From: martin f. krafft Date: Mon, 26 Sep 2016 19:23:38 +0000 (+0200) Subject: limit tag placement to main windows/instances X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/9bce712f191f4cb57ea3d827241f6462cab66cfb?ds=inline;hp=--cc;pf=etc limit tag placement to main windows/instances --- 9bce712f191f4cb57ea3d827241f6462cab66cfb diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 920d28f..ee17164 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -564,19 +564,19 @@ awful.rules.rules = { }, callback = move_to_tag(screen.count(), screen.count() == 1 and 2 or 1) }, - { rule = { class = "Firefox" }, + { rule = { class = "Firefox", instance = "Navigator" }, properties = { floating = false, }, callback = move_to_tag(screen.count() == 1 and 1 or 2, 9) }, - { rule = { class = "Icedove" }, + { rule = { class = "Icedove", instance = "Mail" }, properties = { floating = false, }, callback = move_to_tag(screen.count() == 1 and 1 or 2, 8) }, - { rule = { class = "chromium" }, + { rule = { class = "chromium", instance = "chromium" }, properties = { floating = false, },