From 161b9012335bfa4735db67d836012bc871124b6f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 30 May 2014 00:56:51 +0200 Subject: [PATCH] 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. --- rc/appearance.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rc/appearance.lua b/rc/appearance.lua index 00634ee..ee7b6e9 100644 --- a/rc/appearance.lua +++ b/rc/appearance.lua @@ -83,6 +83,17 @@ GtkEntry, GtkTextView { 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()