disable voxtype

This commit is contained in:
Daniel Bulant 2026-08-31 23:28:52 +02:00
parent c64ce3a78d
commit d27b33ed9c
No known key found for this signature in database

View file

@ -109,7 +109,7 @@ hl.on("hyprland.start", function()
"wl-paste --type image --watch cliphist store", "wl-paste --type image --watch cliphist store",
"fcitx5", "fcitx5",
"easyeffects --gapplication-service", "easyeffects --gapplication-service",
"voxtype daemon", --"voxtype daemon",
"openrgb --startminimized", "openrgb --startminimized",
} }
for _, command in ipairs(commands) do hl.exec_cmd(command) end for _, command in ipairs(commands) do hl.exec_cmd(command) end