IMEs to use system layout

This commit is contained in:
galister
2025-12-15 16:53:21 +09:00
parent 1077d2606d
commit a0c9275b44
3 changed files with 74 additions and 42 deletions

View File

@@ -36,7 +36,6 @@ use std::{
sync::atomic::{AtomicBool, AtomicUsize, Ordering},
};
use anyhow::Context;
use clap::Parser;
use libc::{SIGINT, SIGTERM, SIGUSR1};
use signal_hook::iterator::Signals;