diff options
Diffstat (limited to 'config/openbox/run-cortile')
| -rwxr-xr-x | config/openbox/run-cortile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/openbox/run-cortile b/config/openbox/run-cortile index b504216..23f8bae 100755 --- a/config/openbox/run-cortile +++ b/config/openbox/run-cortile @@ -2,8 +2,8 @@ ARCH=$(lscpu | awk -F ':' 'NR==1 {print $NF}' | tr -d ' ') if [[ "$ARCH" == "x86_64" ]]; then - ./cortile-x86 + $("$HOME/.config/openbox/cortile-x86") fi if [[ "$ARCH" == "aarch64" ]]; then - ./cortile-arm64 + $("$HOME/.config/openbox/cortile-arm64") fi |
