From 23b5164da0625ea5d0e8efdd85384fbb848a205b Mon Sep 17 00:00:00 2001 From: dongkc Date: Wed, 15 Mar 2017 12:56:00 +0000 Subject: [PATCH] add flash plugin --- rc.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc.lua b/rc.lua index 537f637..a523935 100644 --- a/rc.lua +++ b/rc.lua @@ -569,6 +569,9 @@ awful.rules.rules = { { rule_any = { type = { "dialog", "normal" } }, properties = { titlebars_enabled = true } }, + { rule = { instance = "plugin-container" }, + properties = { tag = screen[1].tags[1] } }, + -- Set Firefox to always map on the first tag on screen 1. { rule = { class = "Firefox" }, properties = { screen = 1, tag = screen[1].tags[1] } },