mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Change default command to alacritty
This commit is contained in:
+1
-1
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user