Skip to content

Commit 29be86e

Browse files
committed
increase the tiny delay to be more reliable
1 parent 41e7c36 commit 29be86e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyprland/plugins/scratchpads/transitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async def _show_transition(self, scratch: Scratch, monitor: MonitorInfo, was_ali
184184
f"movewindowpixel exact {off_x} {off_y},address:{scratch.full_address}",
185185
]
186186
)
187-
await asyncio.sleep(0.001) # NOTE: let some time to process
187+
await asyncio.sleep(0.01) # NOTE: let some time to process
188188
await self.backend.execute(f"tagwindow -pypr_noanim address:{scratch.full_address}")
189189

190190
# move

pyprland/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package version."""
22

3-
VERSION = "3.1.2-3"
3+
VERSION = "3.1.2-4"

0 commit comments

Comments
 (0)