ibabushkin / gabelstaplerwm

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

gwm-kbd: Temporary modes are implemented in a suboptimal manner #45

Open ibabushkin opened 6 years ago

ibabushkin commented 6 years ago

If we want to support temporary modes, we need to somehow determine when to return from it. This we can only do when we receive key events we have subscribed for. That's a bummer.