mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-06 23:58:01 +02:00
change Hyprlang to Lua in Other.md
This commit is contained in:
parent
130e344bb6
commit
f5184bdbc9
1 changed files with 3 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue