There is a separate floating layout which handles the floating windows, the
`layouts` list designates which layouts you can cycle through. There is a
variable `floating_layout` that you can define in the config, setting that
to the border-less floating layout should do it.

Sean

On Wed, Apr 12, 2017 at 4:45 PM, Benjamín Albiñana <[email protected]> wrote:

> In a fresh install of qtile from git, with the default config, I asume
> that
>
> layouts = [
>     layout.Max(),
>     layout.Stack(num_stacks=2, border_width=0),
>     layout.Tile(border_width=0),
>     layout.Floating(border_width=0)
> ]
>
> will make every window borderless, but the floatings ones are not.  Why?
>
> --
> You received this message because you are subscribed to the Google Groups
> "qtile-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to