Perhaps...

{ rule = { class = "Iceweasel", instance = "Download" },     
  properties = { floating = true } },
{ rule = { class = "Iceweasel", instance = "Extension" },
  properties = { floating = true } },
-- Firefox bookmarking system
{ rule = { class = "Iceweasel", instance = "Places" },
  properties = { floating = true } },
{ rule = { class = "Iceweasel" , instance = "Browser" },
  properties = { floating = true } },
-- Not browser
--{ rule = { class = "Iceweasel" , instance = "Navigator"  }, 
--  properties = { floating = true } },
-- Fullscreen flash-player plugin  
{ rule = { instance = "plugin-container" },
  properties = { floating = true }, callback = awful.titlebar.add  },

On Sun, Mar 04, 2012 at 09:52:11PM +0200, Esa-Matti Suuronen wrote:
> Hi!
> 
> Is it possible to make Awesome to float popups from Google Chrome or
> Firefox instead of just tiling them as normal windows?
> 
> I find the current behavior bit inconvenient since often the popups
> are designed to be small and floating. Tiling kinda breaks the
> usability.
> 
> Thanks.
> 
> -- 
> Esa-Matti Suuronen
> [email protected]
> http://esa-matti.suuronen.org
> 
> -- 
> To unsubscribe, send mail to [email protected].

-- 
To unsubscribe, send mail to [email protected].

Reply via email to