Re: window titlebar
"Maximilian W. Zeller" <[email protected]> Wed, 5 Aug 2009 19:56:31 +0200
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
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.Moy-wMUr/[email protected]> wrote: > "Maximilian W. Zeller" <[email protected]> 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, > })