where should i put the doc? On Thu, Aug 27, 2009 at 11:07 AM, Julien Danjou<jul...@danjou.info> wrote: > Hi Cedric, > > At 1251308013 time_t, Cedric GESTES wrote: >> diff --git a/lib/awful/rules.lua.in b/lib/awful/rules.lua.in >> index 0591c25..0b066cf 100644 >> --- a/lib/awful/rules.lua.in >> +++ b/lib/awful/rules.lua.in >> @@ -10,6 +10,7 @@ local type = type >> local ipairs = ipairs >> local pairs = pairs >> local aclient = require("awful.client") >> +local atag = require("awful.tag") >> >> --- Apply rules to clients at startup. >> module("awful.rules") >> @@ -74,6 +75,8 @@ function apply(c) >> aclient.floating.set(c, value) >> elseif property == "tag" then >> aclient.movetotag(value, c) >> + elseif property == "switchtotag" and value and >> entry.properties["tag"] then >> + atag.viewonly(entry.properties["tag"]) > > I can't apply this patch because: > 1. It seems you MUA wraps line. Please be careful because I can't blindly > apply the patch and need to unwrap the line manually, which sucks. :) > 2. "switchtotag" being not a standard client property, documenting this > would be something helpful and therefore mandatory. > > If this point get fixed, I see no other problem to merge. ;) > > Cheers, > -- > Julien Danjou > // ᐰ <jul...@danjou.info> http://julien.danjou.info > // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD > // Trust me. > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAkqWTOIACgkQpGK1HsL+5c3QAgCgpVJUHZFo3RrzYHM9OaPrCsu1 > UIEAoIBhtZVOJTHAoHoVawgQ7vXbtsRx > =sUYW > -----END PGP SIGNATURE----- > >
-- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.