From 4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 31 Mar 2025 12:16:47 -0400 Subject: config cleanup --- .config/gtk-3.0/gtk.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/gtk-3.0/gtk.css (limited to '.config/gtk-3.0/gtk.css') diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css new file mode 100644 index 0000000..64c61fd --- /dev/null +++ b/.config/gtk-3.0/gtk.css @@ -0,0 +1,12 @@ +/* No (default) title bar on wayland */ +headerbar.default-decoration { + /* You may need to tweak these values depending on your GTK theme */ + margin-bottom: 50px; + margin-top: -100px; +} + +/* rm -rf window shadows */ +window.csd, /* gtk4? */ +window.csd decoration { /* gtk3 */ + box-shadow: none; +} -- cgit v1.2.3