* maw...@gmail.com (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,
   })

Reply via email to