-
-
Notifications
You must be signed in to change notification settings - Fork 26
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: The outline does not work in certains apps. #152
Comments
That's because those have their own client side decorations. And if you try to force it anyway, the outline will be around the drop shadow of the window, not around the window itself. So this is why KDE Plasma disables its own Window decorations for non Qt apps by default. I still force it for apps like VSCodium and Obsidian and it works nicely. But it's per app whether it will look proper or broken. Firefox will look broken, so I don't force it. I just have to deal with the lack of window outline. |
How can I force decorations for those windows? |
This should force Plasma's window decorations. But it will have the titlebar by default. To remove the titlebar, go to Color & Themes --> Window Decorations --> Edit the theme you use --> Window-Specific Overrides. Then add a new override, click on "Detect Window Properties..." and click on the application you want to edit like VSCodium for example, and just check "Hide window titlebar". That is all. |
Thanks for this, I was able to remove the Title Bar but the Outline still wont show up. I am guessing this has to do with me having a NVIDIA card on my laptop. |
I have an Nvidia GPU as well. It should work. Follow the steps carefully. Try different applications. |
Chrome and most chromium based browsers: right click on an empty area in the tab bar and click on "Use systemtitle bar and borders" Firefox and most firefox based browsers: go to customize from the ≡ menu and uncheck "Title bar" on the bottom left Other gtk3 apps: Use gtk3-classic |
Hi,
This might be my fault , however I the outline does not work on chrome, firefox and maybe other.
Is there a solution that I missied?
The text was updated successfully, but these errors were encountered: