mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
Add fixme comment
This commit is contained in:
@@ -702,6 +702,7 @@ impl State {
|
||||
})
|
||||
};
|
||||
let layer_focus = |surface: &LayerSurface| {
|
||||
// FIXME: support on-demand.
|
||||
let can_receive_keyboard_focus = surface.cached_state().keyboard_interactivity
|
||||
== wlr_layer::KeyboardInteractivity::Exclusive;
|
||||
can_receive_keyboard_focus
|
||||
|
||||
Reference in New Issue
Block a user