mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-13 16:42:50 +02:00
fix(cli): start ahk with arg list
This commit is contained in:
@@ -1895,7 +1895,7 @@ if (!(Get-Process whkd -ErrorAction SilentlyContinue))
|
|||||||
|
|
||||||
let script = format!(
|
let script = format!(
|
||||||
r#"
|
r#"
|
||||||
Start-Process '{ahk}' '{config}' -WindowStyle hidden
|
Start-Process '{ahk}' -ArgumentList '{config}' -WindowStyle hidden
|
||||||
"#,
|
"#,
|
||||||
config = config_ahk.display()
|
config = config_ahk.display()
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user