Thanks a lot. I only tested some basic stuff with the default config and my own
config. In other words, there will likely be lots of other bugs hiding... :-(

Cheers,
Uli

On 26.10.2012 01:26, Clément Démoulins wrote:
> ---
>  lib/awful/rules.lua.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/awful/rules.lua.in b/lib/awful/rules.lua.in
> index c8be765..20983cc 100644
> --- a/lib/awful/rules.lua.in
> +++ b/lib/awful/rules.lua.in
> @@ -174,7 +174,7 @@ function rules.apply(c)
>              aclient.floating.set(c, value)
>          elseif property == "tag" then
>              c:tags({ value })
> -            c.screen = value.screen
> +            c.screen = atag.getscreen(value)
>          elseif property == "switchtotag" and value and props.tag then
>              atag.viewonly(props.tag)
>          elseif property == "height" or property == "width" or


-- 
- Buck, when, exactly, did you lose your mind?
- Three months ago. I woke up one morning married to a pineapple.
  An ugly pineapple... But I loved her.

-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to