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

Remove Shadow on Telegram drop-down menu #806

Closed
jEsuSdA opened this issue Mar 29, 2022 · 9 comments
Closed

Remove Shadow on Telegram drop-down menu #806

jEsuSdA opened this issue Mar 29, 2022 · 9 comments

Comments

@jEsuSdA
Copy link

jEsuSdA commented Mar 29, 2022

Hi!

I want to remove the estrange shadow under the drop-down menus in Telegram

imagen

I tried

"class_g = 'Telegram' && (window_type = 'utility' || window_type = 'popup_menu') && argb",

As you suggested me time before in other issue related with Firefox and Thunderbird, but it does not work in this case.

Any idea?

Thanks a lot!

@duxedo
Copy link

duxedo commented Apr 11, 2022

try "class_g = 'telegram-desktop' && (window_type = 'utility' || window_type = 'popup_menu') && argb" instead. You can always get correct window class using xprop utility

@ghost
Copy link

ghost commented May 8, 2022

Just tried this and it did not work for me either.

@jEsuSdA
Copy link
Author

jEsuSdA commented May 19, 2022

I can confirm this does not work for me. :_(

@jEsuSdA
Copy link
Author

jEsuSdA commented May 19, 2022

This solves this issue:

#814 (comment)

shadow-exclude = [
    <bunch-of-rules>,
    "override_redirect = true",
];

EDIT: Sorry! I just noticed this workaround disables ALL dropdown and menu shadows.
I think this is not the solution. :S

@jEsuSdA
Copy link
Author

jEsuSdA commented May 19, 2022

Mark as closed!
Thanks a lot!!

@jEsuSdA jEsuSdA closed this as completed May 19, 2022
@jEsuSdA jEsuSdA reopened this May 19, 2022
@jEsuSdA
Copy link
Author

jEsuSdA commented May 19, 2022

Sorry! I just noticed this workaround disables ALL dropdown and menu shadows.
I think this is not the solution. :S

@ghost
Copy link

ghost commented May 19, 2022 via email

@jEsuSdA
Copy link
Author

jEsuSdA commented May 19, 2022

Thank you so much, @aScordino

This does the magic:

"_NET_WM_WINDOW_TYPE:a *= '_KDE_NET_WM_WINDOW_TYPE_OVERRIDE'"

Finally solved!! ;)

Thanks a lot!

@jEsuSdA jEsuSdA closed this as completed May 19, 2022
@ghost
Copy link

ghost commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants