summaryrefslogtreecommitdiff
path: root/config/openbox/run-cortile
diff options
context:
space:
mode:
authoraura <boneyaard@gmail.com>2024-11-02 03:24:09 +0100
committeraura <boneyaard@gmail.com>2024-11-02 03:24:09 +0100
commitb13e4e4a5b80a626af6739ee94df7ac704a9944e (patch)
tree1327756c29cbeee75cd1c21e8cf78d020cd75acd /config/openbox/run-cortile
parent15b3db83276db1428fa8d4d19a0641e341811c73 (diff)
baba
Diffstat (limited to 'config/openbox/run-cortile')
-rwxr-xr-xconfig/openbox/run-cortile4
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