change Hyprlang to Lua in Other.md

This commit is contained in:
MomerafaD 2026-04-30 15:45:48 +02:00 committed by GitHub
parent 130e344bb6
commit f5184bdbc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).