mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
appearance: workaround for GTK3 shadows
The use of shadows make the window larger than it should be and therefore, a lot of space was surrounding the windows.
This commit is contained in:
parent
8eb59a0c87
commit
161b901233
1 changed files with 11 additions and 0 deletions
|
@ -83,6 +83,17 @@ GtkEntry, GtkTextView
|
||||||
{
|
{
|
||||||
gtk-key-bindings: custom-text-entry;
|
gtk-key-bindings: custom-text-entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.window-frame, .window-frame:backdrop {
|
||||||
|
box-shadow: 0 0 0 black;
|
||||||
|
border-style: none;
|
||||||
|
margin: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titlebar {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
]])
|
]])
|
||||||
gtk3:close()
|
gtk3:close()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue