Re: window titlebar
John Harrigan <[email protected]> Wed, 05 Aug 2009 09:48:01 -0600
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
* [email protected] (Aug 05, 2009 @ 17:33+0200): > 1. i was wondering if it is possible to remove the window titlebar of > a specific floating window? maybe with defwinprop? > > 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, })