Floating to tiling conversion
I have wine app that opens as a floating app, Is it possible to convert this into a tiling app?
I have wine app that opens as a floating app, Is it possible to convert this into a tiling app?
You can move any window from floating to tiled with floating disable
(or toggle between states with floating toggle
). You can bind it to a key so that you may change it after the window opens.
You can also add a statement like this to your configuration:
for_window [title="wine"] floating disable
This would force any window with "wine" in its title to start in tiled mode. See here and here for more information on how to use window criteria. You can use xprop
or xwininfo
to get additional information about windows (class, window_role)
Asked: 2013-11-12 09:52:55 +0000
Seen: 491 times
Last updated: Nov 12 '13