On 28.05.2012 19:16, Giuseppe Bilotta wrote:
> The first patch re-engineers the defaults and presets feature in the
> following way: all defaults to the notify() parameters are defined
> in the config.defaults table. This is merged with the optionally
> specified preset table (or normal if none was specified, or nothing
> if the normal preset is not available).
> 
> This allows changing the defaults for all notifications (e.g. larger
> font size) without having to duplicate the definition for each preset.
> 
> The second patch looks for icons in subdirectories '<size>x<size>' of
> the dirs in the search paths before looking in the actual dirs, if a
> size is specified. This allows almost natural support for modern themes,
> that store pre-rendered icons at different sizes in these paths.
> 
> Giuseppe Bilotta (2):
>   naughty.notify: inherit from default preset
>   geticon: also accept a size parameter
> 
>  lib/awful/util.lua.in |   14 ++++++++++++--
>  lib/naughty.lua.in    |   37 +++++++++++++++++++++++++------------
>  2 files changed, 37 insertions(+), 14 deletions(-)

Thanks, merged (and sorry for me being slow).

-- 
my $key = "\x49\x03\x93\x08\x19\x94\x96\x94\x28\x93\x83\x04\x68\x28\xa8\xf5".
          "\x0a\xb9\x94\x02\x45\x81\x93\x1f\xbc\xd7\xf3\xad\x93\xf5\x32\x93";
my $cipher = Crypt::Rijndael->new( $key, Crypt::Rijndael::MODE_ECB() );
my $plain = $ciper->decrypt($daten);

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

Reply via email to