diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index 0a79af2d..e11cd112 100644 --- a/src/main.rs +++ b/src/main.rs @@ -90,9 +90,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> { env::set_var("XDG_SESSION_TYPE", "wayland"); } - // Set a better error printer for config loading. - niri_config::set_miette_hook().unwrap(); - // Handle subcommands. if let Some(subcommand) = cli.subcommand { match subcommand { |
