ibabushkin / gabelstaplerwm

A window manager in Rust, using XCB
BSD 3-Clause "New" or "Revised" License
91 stars 8 forks source link

When opening links from `termite`, `firefox` gets keyboard focus, yielding unexpected results. #23

Closed ibabushkin closed 7 years ago

ibabushkin commented 7 years ago

There is no such thing as FocusNotify, but we might be in luck with FocusIn and FocusOut. (However, such mechanisms would heavily interfere with our handling of unmanaged windows.