Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] [scratchpads] Abnormal window position in special workspace with animation fromTop and formBottom #138

Open
Asthestarsfalll opened this issue Sep 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working hyprland

Comments

@Asthestarsfalll
Copy link
Contributor

Pyprland version
Which version did you use? (copy & paste the string returned by pypr version)

2.4.0

Describe the bug
A clear and concise description of what the bug is.

When toggling a scratchpad in a special workspace, the window position is abnormal. And it only happens on the vertical.

2024-09-07.08-24-27.mp4

It seems the ture window still in the correct position, but it shows in a wrong position. I can draw it in the original position:

2024-09-07.08-44-29.mp4

To Reproduce
Steps to reproduce the behavior:
just toggle scratchpads in sepcial workspace.

Configuration (provide following files/samples when relevant):

  • pyprland.toml
[scratchpads.term]
animation = "fromTop"
command = "kitty --class kitty-dropterm"
class = "kitty-dropterm"
size = "75% 60%"
max_size = "1920px 100%"
margin = 50
multi = false

[scratchpads.filemanager]
animation = "fromLeft"
command = "dolphin"
size = "75% 70%"
margin = 50
multi = false
lazy = true
skip_windowrules = ["aspect"]

[scratchpads.music]
animation = "fromBottom"
command = "yesplaymusic"
class = "yesplaymusic"
size = "70% 60%"
lazy = true
multi = false

[scratchpads.obsidian]
animation = "fromRight"
command = "obsidian"
class = "obsidian"
size = "80% 80%"
lazy = true
multi = false
  • hyprland.conf

Additional context
Add any other context about the problem here.

Hyprland version:

Hyprland, built from branch main at commit 293e687389a19b369f312c5c335c9afe7c886be1  (renderer: Make shader time always count from zero (6903)).
Date: Wed Jul 17 04:03:10 2024
Tag: v0.41.2-43-g293e6873, commits: 4929

flags: (if any)
@Asthestarsfalll Asthestarsfalll added the bug Something isn't working label Sep 7, 2024
@fdev31
Copy link
Collaborator

fdev31 commented Sep 17, 2024

I also face this issue on my work setup, it can not be a Pyprland bug, it's something in Hyprland...
I couldn't find a way to work around it tbh... I think we need to wait for more stability in Hyprland.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hyprland
Projects
None yet
Development

No branches or pull requests

2 participants