From fe1df78f2a0ec68667adf0c773882fdb645e6faf Mon Sep 17 00:00:00 2001 From: voidarc Date: Fri, 10 Jul 2026 21:39:24 +0100 Subject: [PATCH] im stupid asf bro i actually cant read im too tired for ts --- modules/binds.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/binds.lua b/modules/binds.lua index 43c9d98..20d3f4b 100644 --- a/modules/binds.lua +++ b/modules/binds.lua @@ -177,13 +177,13 @@ for _, bind in ipairs(globalAppBinds) do local modBind = bind.mod or mainMod local command if type(bind.dispatch) ~= "string" then + command = bind.dispatch + else local prepend = "" if is_nixos() then prepend = "/run/hypr-runtime-env/bin/" end - command = prepend .. bind.dispatch - else - command = hl.dsp.exec_cmd(bind.dispatch) + command = hl.dsp.exec_cmd(prepend .. bind.dispatch) end local opts = {} if bind.opts then