We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using the tiling wm Sway on Arch and have shadows on floating windows.
This seemed to be the same issue a few years ago:
#138
I added the tiling hacks to .config/gtk-3/gtk.css. No luck. How can I remove these shadows?
Added to gtk.css: Using with tiling WMs
Create/append to ~/.config/gtk-3.0/gtk.css:
/* remove window title from Client-Side Decorations */ .solid-csd headerbar .title { font-size: 0; }
/* hide extra window decorations/double border */ window decoration { margin: 0; border: none; padding: 0; }
Extra GTK3 CSS hacks
The text was updated successfully, but these errors were encountered:
idk, i don't have wayland setup to test, feel free to update the docs
Sorry, something went wrong.
No branches or pull requests
I am using the tiling wm Sway on Arch and have shadows on floating windows.
This seemed to be the same issue a few years ago:
#138
I added the tiling hacks to .config/gtk-3/gtk.css. No luck. How can I remove these shadows?
Added to gtk.css:
Using with tiling WMs
Create/append to ~/.config/gtk-3.0/gtk.css:
/* remove window title from Client-Side Decorations */
.solid-csd headerbar .title {
font-size: 0;
}
/* hide extra window decorations/double border */
window decoration {
margin: 0;
border: none;
padding: 0;
}
Extra GTK3 CSS hacks
Create/append to ~/.config/gtk-3.0/gtk.css:
text-shadow: none;
}
The text was updated successfully, but these errors were encountered: