mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Don't forget to update insta snapshots
This commit is contained in:
+15
-5
@@ -4218,7 +4218,9 @@ mod tests {
|
|||||||
click_method: Some(
|
click_method: Some(
|
||||||
Clickfinger,
|
Clickfinger,
|
||||||
),
|
),
|
||||||
accel_speed: 0.2,
|
accel_speed: FloatOrInt(
|
||||||
|
0.2,
|
||||||
|
),
|
||||||
accel_profile: Some(
|
accel_profile: Some(
|
||||||
Flat,
|
Flat,
|
||||||
),
|
),
|
||||||
@@ -4243,7 +4245,9 @@ mod tests {
|
|||||||
mouse: Mouse {
|
mouse: Mouse {
|
||||||
off: false,
|
off: false,
|
||||||
natural_scroll: true,
|
natural_scroll: true,
|
||||||
accel_speed: 0.4,
|
accel_speed: FloatOrInt(
|
||||||
|
0.4,
|
||||||
|
),
|
||||||
accel_profile: Some(
|
accel_profile: Some(
|
||||||
Flat,
|
Flat,
|
||||||
),
|
),
|
||||||
@@ -4264,7 +4268,9 @@ mod tests {
|
|||||||
trackpoint: Trackpoint {
|
trackpoint: Trackpoint {
|
||||||
off: true,
|
off: true,
|
||||||
natural_scroll: true,
|
natural_scroll: true,
|
||||||
accel_speed: 0.0,
|
accel_speed: FloatOrInt(
|
||||||
|
0.0,
|
||||||
|
),
|
||||||
accel_profile: Some(
|
accel_profile: Some(
|
||||||
Flat,
|
Flat,
|
||||||
),
|
),
|
||||||
@@ -4280,7 +4286,9 @@ mod tests {
|
|||||||
trackball: Trackball {
|
trackball: Trackball {
|
||||||
off: true,
|
off: true,
|
||||||
natural_scroll: true,
|
natural_scroll: true,
|
||||||
accel_speed: 0.0,
|
accel_speed: FloatOrInt(
|
||||||
|
0.0,
|
||||||
|
),
|
||||||
accel_profile: Some(
|
accel_profile: Some(
|
||||||
Flat,
|
Flat,
|
||||||
),
|
),
|
||||||
@@ -4635,7 +4643,9 @@ mod tests {
|
|||||||
},
|
},
|
||||||
animations: Animations {
|
animations: Animations {
|
||||||
off: false,
|
off: false,
|
||||||
slowdown: 2.0,
|
slowdown: FloatOrInt(
|
||||||
|
2.0,
|
||||||
|
),
|
||||||
workspace_switch: WorkspaceSwitchAnim(
|
workspace_switch: WorkspaceSwitchAnim(
|
||||||
Animation {
|
Animation {
|
||||||
off: false,
|
off: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user