diff --git a/.config/hypr/hyprland.lua b/.config/hypr/hyprland.lua index 8f5ce29..3f5b34f 100644 --- a/.config/hypr/hyprland.lua +++ b/.config/hypr/hyprland.lua @@ -109,7 +109,7 @@ hl.on("hyprland.start", function() "wl-paste --type image --watch cliphist store", "fcitx5", "easyeffects --gapplication-service", - "voxtype daemon", + --"voxtype daemon", "openrgb --startminimized", } for _, command in ipairs(commands) do hl.exec_cmd(command) end