| 487 | } |
| 488 | |
| 489 | pub struct StrataConfig { |
| 490 | pub keybinds: HashMap<KeyPattern, lua::StashedFunction>, |
| 491 | } |
| 492 | |
| 493 | pub fn init_wayland_listener( |
| 494 | event_loop: &EventLoop<StrataState>, |
nothing calls this directly
no outgoing calls
no test coverage detected