thank you all ... these things helped a lot

i have another question though: Is there a possibility to set absolute
position for floating windows through defwinprop?

thanks in advance
max

On Wed, Aug 5, 2009 at 5:49 PM, Matthieu Moy<matthieu....@imag.fr> wrote:
> "Maximilian W. Zeller" <maw...@gmail.com> writes:
>
>> hi
>>
>> 1. i was wondering if it is possible to remove the window titlebar of
>> a specific floating window? maybe with defwinprop?
>
> defbindings("WMPlex.toplevel", {
>               kpress(META.."Escape", "toggle_tab(_)"),
>            })
>
> and I can show/hide the titlebar with meta+escape.
>
> --
> Matthieub
>

>> 2. or maybe is it possible to make the titlebar of a floating window
>> fit its width?
>
>I acheive #2 by adding:
>  bar = "inside"
>
>to the frame-floating style in my look.lua file.
>
>My specific setup:
>
>  de.defstyle("frame-floating", {
>     based_on = "frame",
>     bar = "inside",
>     padding_pixels = 0,
>     highlight_pixels = 1,
>     shadow_pixels = 1,
>     spacing = 0,
>  })

Reply via email to