mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 06:50:10 +01:00
edit tests
This commit is contained in:
parent
9e74d5a485
commit
9b3bebaab4
2 changed files with 15 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ static bool test() {
|
|||
}
|
||||
|
||||
OK(getFromSocket("/keyword gestures:workspace_swipe_invert 1"));
|
||||
OK(getFromSocket("/keyword gestures:workspace_swipe_create_new 0"));
|
||||
OK(getFromSocket("/keyword gestures:workspace_swipe_bound 0"));
|
||||
|
||||
OK(getFromSocket("/dispatch plugin:test:gesture left,3"));
|
||||
|
||||
|
|
|
|||
14
pointer-scroll.txt
Normal file
14
pointer-scroll.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
> binding to global: wl_seat (version 9) with id 1
|
||||
> binding to global: wl_compositor (version 6) with id 3
|
||||
> binding to global: wl_shm (version 1) with id 5
|
||||
> binding to global: xdg_wm_base (version 7) with id 37
|
||||
started
|
||||
Got pointer enter event, serial 807, x 240128, y 132608
|
||||
axis: ax 0 delta 10
|
||||
10.00
|
||||
axis: ax 0 delta 20
|
||||
20.00
|
||||
axis: ax 0 delta 30
|
||||
30.00
|
||||
axis: ax 0 delta 40
|
||||
40.00
|
||||
Loading…
Add table
Reference in a new issue