mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-08 00:28:08 +02:00
fix: Another Comma missing
This commit is contained in:
parent
782a501c7c
commit
037731986f
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ activating mod) and the `r` flag, e.g.:
|
|||
|
||||
```lua
|
||||
-- bind `exec amongus` to SUPER + ALT.
|
||||
hl.bind("ALT + ALT_L" hl.dsp.exec_cmd("amongus"), { release = true })
|
||||
hl.bind("ALT + ALT_L", hl.dsp.exec_cmd("amongus"), { release = true })
|
||||
```
|
||||
|
||||
### Mouse wheel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue