ibabushkin / gabelstaplerwm

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

It is impossible to unfocus a client properly #30

Open ibabushkin opened 7 years ago

ibabushkin commented 7 years ago

This behaviour would be expected when you switch to a screen, which doesn't display any clients (and whose current tagset's clients aren't displayed anywhere else). However, if you now press keys not grabbed by the window manager, they get passed to the client previously focused on the other screen.

ibabushkin commented 7 years ago

This is due to mouse focus, at least partly.