Are you working from other users qtile setups? Qtile is dependent on your python environment, so it may take more that just copying over someone else’s scripts. You may need some addition python files installed.
i got it to work finally i am using python 3.8 so i installed qtile from aur and it works,no it was a basic config i was trying to test some things like xclickroot
or at least point me in the right direction whether its a dialog or what to search, basically i want my applied border color to be on everything else i know it has something to do with floating rules, i think
Look through the ~/.config/qtile/config.py file and find the lines that define any colors. Something like:
layout.Columns(border_focus_stack='#d75f5f'),
Then change the colors to your liking.
The floating rules will define what application windows will float by default. I think the transient windows like the confirmation dialog window in your screenshot are already hard coded to float.
You can add the floating layout to your configuration if you need to. Or you can add applications you need to float - like xcalc - to the floating rules.
That transient window in your screenshot is something different. Many tiling window managers are coded to recognise that a transient window spawned by the application needs to float above the tiled windows on the desktop.