This commit is contained in:
2024-06-02 13:25:21 +02:00
parent 59758bfec5
commit 1a70e5772e

View File

@ -115,8 +115,7 @@ fn handle_niri(command: Command) -> eyre::Result<()> {
))?
.map_err(|e| eyre!("niri error: {e}"))?;
}
Command::KeyboardLayout { next \} => todo!(),
Command::KeyboardLayout { next: _ } => todo!(),
}
Ok(())