summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorNicolas Schodet2011-03-28 19:01:15 +0200
committerNicolas Schodet2011-03-28 19:01:15 +0200
commit00e4092953b70783a1263e5c430bd04cc4b797cf (patch)
treee6bfeb56b95339c0c222891cb7227deeecc02d8a /rc.lua
parentc047d077189127f8086cb05d1364e4107149bdc9 (diff)
rule: float display
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua2
1 files changed, 2 insertions, 0 deletions
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 } },
}
-- }}}