summaryrefslogtreecommitdiff
path: root/.config/gtk-3.0/gtk.css
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2025-03-31 12:16:47 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2025-03-31 12:16:47 -0400
commit4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd (patch)
tree9d3a73a81547fff442263c28bdfd9d1e98895d5d /.config/gtk-3.0/gtk.css
parentf4c4550e327d9090c82a735d39d104d0bedb602d (diff)
config cleanup
Diffstat (limited to '.config/gtk-3.0/gtk.css')
-rw-r--r--.config/gtk-3.0/gtk.css12
1 files changed, 12 insertions, 0 deletions
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;
+}