On Mon, Feb 17, 2014 at 03:07:00AM -0800, MH wrote: > Thanks for the tips. I tried adding the auto floating before but it didnt > work then (maybe i tested the wrong application). Now it works for some > windows (e.g. Thunar preferences), for others it does not. > Is there any way to figure out the type (for example "notification", > "toolbar" etc.) of a window, so i can add it to the auto float types?
Yep, run xprop and then click on the window in question, it will print all the X details to stdout. > fullscreen is not working for the apps i tested - vlc and firefox (youtube, > vimeo etc.) > > i use 0.7.0-dev Huh, I haven't seen any fullscreen problems with youtube/vimeo. What do you mean by "doesn't work"? \t > On Wednesday, February 12, 2014 12:25:15 PM UTC+1, Tycho Andersen wrote: > > > > On Sun, Feb 09, 2014 at 05:58:28AM -0800, Malte Hölscher wrote: > > > hello, > > > i installed qtile recently and configured some nice things into it. what > > > doesnt work is the following: > > > popups (e.g. rename in file manager, save as in firefox...) do not open > > as > > > floating but as "normal" window, which leads to qtile fullscreening > > them. > > > > There are several ways to auto-float things; have you tried something > > like this: > > > > > > https://github.com/qtile/qtile-examples/blob/master/user-configs/tych0/config.py#L207 > > > > > > (We should probably have whatever class FF dialogs are float by > > default, though.) > > > > > i am not that advanced in programming with python so i did not find any > > > points to change. > > > > > > additional: > > > is it possible to remove the bar at certain applications (e.g. movies)? > > > > Which version are you using? The recent git has some patches for > > better fullscreen support, so depending on what kind of hints the > > application gives things should be full screened automatically. > > > > \t > > > > -- > 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/groups/opt_out. -- 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/groups/opt_out.
