emmamai / makron

Small-footprint stacking window manager for X
ISC License
1 stars 0 forks source link

Windows only raise when titlebar clicked #12

Open emmamai opened 8 years ago

emmamai commented 8 years ago

We should try to raise and focus windows whenever any part of the window is clicked (With respect to ICCCM's WM_TAKE_FOCUS), rather than just when the frame is clicked.

emmamai commented 8 years ago

It looks like either the entire subwindow tree needs to be configured so that we can see clicks, or we need to otherwise find a way to see all clicks globally. I'd rather not have to watch events for every single window and subwindow on the screen, and according to some google results, that's going to screw up a few applications. Is Xinput a thing we can use to solve this?