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

Add blurred right click menu #58

Closed
nonetrix opened this issue Jul 30, 2022 · 5 comments
Closed

Add blurred right click menu #58

nonetrix opened this issue Jul 30, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@nonetrix
Copy link

Description
Add blur to right click menu this requires layout.css.backdrop-filter.enabled to be set to true on older versions of Firefox it was only recently enabled by default as of 103 to my knowledge maybe 102-101?

Include screenshot / video recording if possible.

Screenshot 2022-07-29 203312

@nonetrix nonetrix added the enhancement New feature or request label Jul 30, 2022
@IkelAtomig
Copy link

It is set to true for me but I don't see the blur effect. Do you use Mica ?

@nonetrix
Copy link
Author

nonetrix commented Aug 2, 2022

I am on Windows 11 I assume so the screenshot is Edge not Firefox

@bmFtZQ
Copy link
Owner

bmFtZQ commented Aug 4, 2022

It seems that backdrop-filter cannot be applied to the context menu. I think it is because Firefox draws context menus as their own windows separate from other content, but Firefox can only blur it's own in-page content.

.menupopup-arrowscrollbox {
  background: #fff8 !important;
  backdrop-filter: blur(20px) !important;
}

screen shot

backdrop-filter is definitely enabled:

body {
  backdrop-filter: blur(20px) !important;
}

backdrop-filter test

@nonetrix
Copy link
Author

nonetrix commented Aug 4, 2022

Well in that case you can probably use Mica for everyone in some way or Picom on Linux

I know on Linux Firefox menu has it's own window class in xprop something like right_click_menu I'm sure it's same on Windows

@bmFtZQ
Copy link
Owner

bmFtZQ commented Dec 20, 2023

Closing this due to Mica being no longer supported.

@bmFtZQ bmFtZQ closed this as not planned Won't fix, can't repro, duplicate, stale Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants