Skip to content

Commit

Permalink
added rules for browser video plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kober committed Jun 5, 2013
1 parent 32cea54 commit 8050e8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,11 @@ awful.rules.rules = {
properties = { }, callback = awful.client.setslave },
{ rule = { class = "Screenkey" },
properties = { floating = true, skip_taskbar = true, focusable = false, opacity = 0.5 } },
-- enable browser video plugin fullscreen
{ rule = { instance = "exe" },
properties = { floating = true } },
{ rule = { instance = "plugin-container" },
properties = { floating = true } },
}
-- }}}

Expand Down

0 comments on commit 8050e8c

Please sign in to comment.