Thanks a lot! Its working On Mon, 2 Nov, 2020, 12:03 pm tcld, <[email protected]> wrote:
> Depending on your preferences, here are two examples: > > from libqtile.lazy import lazy > > Key([mod], 'f', lazy.window.toggle_floating(), desc='Make window > floating.') > > mouse = [ > Click([mod], 'Button2', lazy.window.toggle_floating()), > # further mouse settings > ] > > On Monday, 2 November 2020 at 06:06:16 UTC+1 [email protected] wrote: > >> Just a small quick Q: is there any way to switch a floating >> window(floated using super+mouse1) back to tile? > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/qtile-dev/763c7c98-a383-463e-950b-848ecb7b660fn%40googlegroups.com > <https://groups.google.com/d/msgid/qtile-dev/763c7c98-a383-463e-950b-848ecb7b660fn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/CAP-uiKWNa8thV%2Bedkb5FNRKKz4xn3oGFWaQzzOHFaf-PXczYhQ%40mail.gmail.com.
