diff options
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index d87a3a27..0bc75103 100644 --- a/src/main.rs +++ b/src/main.rs @@ -101,7 +101,7 @@ fn main() { let res = if let Some(command) = &cli.command { std::process::Command::new(command).spawn() } else { - std::process::Command::new("weston-terminal").spawn() + std::process::Command::new("alacritty").spawn() }; if let Err(err) = res { warn!("error spawning command: {err}"); |
