From f5184bdbc980f9dfa81eb7e2da662ca3cbfdb620 Mon Sep 17 00:00:00 2001 From: MomerafaD Date: Thu, 30 Apr 2026 15:45:48 +0200 Subject: [PATCH] change Hyprlang to Lua in Other.md --- content/Useful Utilities/Other.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/Useful Utilities/Other.md b/content/Useful Utilities/Other.md index 2fb67d31..303d66c9 100644 --- a/content/Useful Utilities/Other.md +++ b/content/Useful Utilities/Other.md @@ -69,7 +69,9 @@ Install `udiskie` via your package manager, or Head over to your `hyprland.conf` and add the following line: ```ini -exec-once = udiskie +hl.on("hyprland.start", function () + hl.exec_cmd("udiskie") +end) ``` [See more uses here](https://github.com/coldfix/udiskie/wiki/Usage).