❦ 14 juillet 2012 15:59 CEST, David Gomes <[email protected]> :
> 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
This should be `size_hints_honor`.
--
Make sure input cannot violate the limits of the program.
- The Elements of Programming Style (Kernighan & Plauger)
--
To unsubscribe, send mail to [email protected].