Permalink
Browse files
fix flash fullscreen issue
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
.config/awesome/rc.lua
|
|
@@ -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