Skip to content
Discussion options

You must be logged in to vote

I ran into the exact same issue, and after some testing I found a reliable workaround using window rules:

# Davinci Resolve pop-ups (e.g. "Change Clip Duration")
windowrulev2 = tag +drpopup, class:^(resolve)$, floating:1

# Prevent Resolve from closing the popup on mouse movement / pointer leave
windowrulev2 = stayfocused, tag:drpopup

# Remove XWayland transparent margins (fixes annoying blurry borders)
windowrulev2 = bordersize 0, tag:drpopup
windowrulev2 = noborder,    tag:drpopup
windowrulev2 = noshadow,    tag:drpopup
windowrulev2 = rounding 0,  tag:drpopup
windowrulev2 = opaque,      tag:drpopup

Add this at the end of your ~/.config/hypr/hyprland.conf or whatever config for your wi…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DaBuddhalint
Comment options

Answer selected by DaBuddhalint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants