diff --git a/devices/wim/config/ags/js/applauncher/main.js b/devices/wim/config/ags/js/applauncher/main.js
index 1cb2ac5d..2f1729ec 100644
--- a/devices/wim/config/ags/js/applauncher/main.js
+++ b/devices/wim/config/ags/js/applauncher/main.js
@@ -46,7 +46,8 @@ const Applauncher = ({ window_name = 'applauncher' } = {}) => {
 
             if (appList[0]) {
                 App.toggleWindow(window_name);
-                Hyprland.sendMessage(`dispatch exec sh -c ${appList[0]}`);
+                Hyprland.sendMessage(`dispatch exec sh -c
+                    ${appList[0].executable}`);
                 ++appList[0].frequency;
             }
         },