mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Implement window open shift in terms of window-movement
This removes the quite unobvious visual size, and fixes jerking when opening multiple windows in quick succession.
This commit is contained in:
@@ -137,11 +137,15 @@ animations {
|
||||
|
||||
#### `window-movement`
|
||||
|
||||
<sup>Since: 0.1.5</sup>
|
||||
|
||||
Window movement animations, currently cover only horizontal column movement.
|
||||
|
||||
This animation runs on actions like `move-column-left` and `move-column-right` to move the windows themselves.
|
||||
It can sometimes run together with the `horizontal-view-movement` animation, if the camera also moves.
|
||||
|
||||
Since 0.1.5, this is also the animation that moves windows out of the way upon window opening.
|
||||
|
||||
```
|
||||
animations {
|
||||
window-movement {
|
||||
|
||||
Reference in New Issue
Block a user