I can not scroll as I wish to.

Adjust the values of “Threshold of Total value” and “Movement parameter” in “Adjust Scrolling” < “Advanced” in 1Piece Preferences to the appropriate values for your mouse or trackpad. When you scroll inside the green frame in the figure below, the right point moves to reflect your settings.

Adjust Scrolling

Tip: You should set the value of “Movement parameter” to about half of the scrolling value when scrolling quickly.

The Space is switched when snapping the window to the left or right edge.

It is solved by slowing down the time until the Space is switched after dragging the window to the edge of the screen.

To change the delay time :

  • Open Terminal.
  • Execute the command below. This command sets the delay time to 5 seconds.
    defaults write com.apple.dock workspaces-edge-delay -float 5.0; killall Dock

To return the delay time to default :

  • Open Terminal.
  • Execute the command below.
    defaults delete com.apple.dock workspaces-edge-delay; killall Dock