From 00e4092953b70783a1263e5c430bd04cc4b797cf Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 28 Mar 2011 19:01:15 +0200 Subject: rule: float display --- rc.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index d9f30bd..9c423fd 100644 --- a/rc.lua +++ b/rc.lua @@ -310,6 +310,8 @@ awful.rules.rules = { properties = { floating = true } }, { rule = { class = "Iceweasel" }, properties = { tag = tags[1][2] } }, + { rule = { class = "Display" }, + properties = { floating = true } }, } -- }}} -- cgit v1.2.3