mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +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 {
|
let res = if let Some(command) = &cli.command {
|
||||||
std::process::Command::new(command).spawn()
|
std::process::Command::new(command).spawn()
|
||||||
} else {
|
} else {
|
||||||
std::process::Command::new("weston-terminal").spawn()
|
std::process::Command::new("alacritty").spawn()
|
||||||
};
|
};
|
||||||
if let Err(err) = res {
|
if let Err(err) = res {
|
||||||
warn!("error spawning command: {err}");
|
warn!("error spawning command: {err}");
|
||||||
|
|||||||
Reference in New Issue
Block a user