Permalink
Browse files

fix flash fullscreen issue

  • Loading branch information...
1 parent d45d265 commit 4c7e13c0d12fce498812a2946c08a6ddb005c170 @adam8157 committed Mar 6, 2012
Showing with 2 additions and 0 deletions.
  1. +2 −0 .config/awesome/rc.lua
View
@@ -368,6 +368,8 @@ awful.rules.rules = {
properties = { floating = true } },
{ rule = { class = "Pidgin" },
properties = { floating = true, tag = tags[1][8] } },
+ { rule = { class = "Plugin-container"},
+ properties = { floating = true } },
{ rule = { class = "Skype" },
properties = { floating = true, tag = tags[1][8] } },
{ rule = { class = "VirtualBox" },

0 comments on commit 4c7e13c

Please sign in to comment.