mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
mention mouse_up and _down in advanced config
This commit is contained in:
parent
0330eab1a2
commit
51a12c5eb4
1 changed files with 6 additions and 0 deletions
|
@ -194,6 +194,12 @@ activating mod) and the `r` flag, e.g.:
|
||||||
bindr=SUPERALT,Alt_L,exec,amongus
|
bindr=SUPERALT,Alt_L,exec,amongus
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can also bind the mouse wheel with `mouse_up` and `mouse_down`:
|
||||||
|
```
|
||||||
|
bind=SUPER,mouse_down,workspace,e-1
|
||||||
|
```
|
||||||
|
(control the reset time with `binds:scroll_event_delay`)
|
||||||
|
|
||||||
## Bind flags
|
## Bind flags
|
||||||
|
|
||||||
bind supports flags in this format:
|
bind supports flags in this format:
|
||||||
|
|
Loading…
Reference in a new issue