awful.rules.rules = { -- All clients will match this rule. { rule = { }, properties = { border_width = beautiful.border_width, border_color = beautiful.border_normal, focus = true, keys = clientkeys, buttons = clientbuttons, size_hints_honors = false } }, { rule = { class = "MPlayer" }, properties = { floating = true } }, { rule = { class = "pinentry" }, properties = { floating = true } }, -- Set Firefox to always map on tags number 2 of screen 1. -- { rule = { class = "Firefox" }, -- properties = { tag = tags[1][2] } }, }
That is the relevant part of the code, I'm pretty sure I am doing it right :S On Sat, Jul 14, 2012 at 1:42 PM, Daniel Martí <mv...@mvdan.cc> wrote: > On Sat, Jul 14, 2012 at 01:39:16PM +0100, David Gomes wrote: > > Didn't work. I did that, restarted awesome wm, reopened emacs, and I have > > the exactly same problem. > > Are you 100% sure that rule is correctly applied to all clients? I don't > see any other reason as to why Awesome might behave this way. > > -- > Daniel Martí - mv...@mvdan.cc - GPG 0x58BF72C3 > -- David Gomes