You are not logged in.
Hi,
I recently tried openbox + pypanel combo, and I must I'm really impressed. However, the focusing of windows is annoying: When I click on one of pypanel's tasks, it only raises, and doesn't have focus. I must click again for that. I checked ~/pypanelrc, and it clearly specifies that it should:
if button == 1:
pp.taskFocus(task)...
# taskFocus(task)
# - Give focus to the selected application, if it has focus then minimize itAnyone has an idea?
Thanks in advance.
T
Offline
if button == 1:
for i in range(2):
pp.taskFocus(task)Offline
Thank you! I've only just started experimenting with a panel for Openbox, and pypanel seemed minimal enough for me - apart from that focusing issue.
![]()
Offline
You can also set your focus model in openbox to "Focus windows when the mouse pointer moves over them" which is what I do. I never noticed the problem you mentioned because my windows get focus as soon as the mouse touches them anyway. Even though your problem is solved, you might like this focus model.
noobus in perpetuus
Offline