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.

Reply via email to