aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-10-14 20:22:55 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-10-14 20:22:55 +0100
commit7228e7b43c4b437780fcef6b65966dd57b4189f9 (patch)
treeab79b35528594fb7a6b29e9c6c6512b157144aa9 /.config
parent0287ca21fcd215e5a61ca736ea3905bac5756ed4 (diff)
Initial commit of gtk.css to remove gtk decorations for River
Diffstat (limited to '.config')
-rw-r--r--.config/gtk-3.0/gtk.css16
1 files changed, 16 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..010d611
--- /dev/null
+++ b/.config/gtk-3.0/gtk.css
@@ -0,0 +1,16 @@
+/* No (default) titlebar on wayland */
+headerbar.titlebar.default-decoration {
+ background: transparent;
+ padding: 0;
+ margin: 0 0 -27px 0;
+ border: 0;
+ min-height: 0;
+ font-size: 0;
+ box-shadow: none;
+}
+
+/* rm -rf window shadows */
+window.csd, /* gtk4? */
+window.csd decoration { /* gtk3 */
+ box-shadow: none;
+}