From 33db289f7fe31b5200317055899df6ec40bdfc6f Mon Sep 17 00:00:00 2001 From: Diego Garza Date: Tue, 2 Nov 2021 15:32:53 -0600 Subject: Fix libxkbcommon-devel package name for openSUSE Fixes #5586. --- alacritty/src/config/monitor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty/src') diff --git a/alacritty/src/config/monitor.rs b/alacritty/src/config/monitor.rs index 9d37172e..63f7549f 100644 --- a/alacritty/src/config/monitor.rs +++ b/alacritty/src/config/monitor.rs @@ -80,7 +80,7 @@ pub fn watch(mut paths: Vec, event_proxy: EventLoopProxy) { // Always reload the primary configuration file. let event = Event::new(EventType::ConfigReload(paths[0].clone()), None); let _ = event_proxy.send_event(event); - } + }, _ => (), } } -- cgit