summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-02-03 20:58:40 +0100
committerxengineering <me@xengineering.eu>2023-02-03 20:58:40 +0100
commit8f2784a7a86377be5d90c9a8cf67be8559154d09 (patch)
tree2522854e086d4ca09b1cc84fee9e2f5cf14c94f5
parente4ad2cd9be00815c9d8987449d814ee7026063dd (diff)
downloaddotfiles-8f2784a7a86377be5d90c9a8cf67be8559154d09.tar
dotfiles-8f2784a7a86377be5d90c9a8cf67be8559154d09.tar.zst
dotfiles-8f2784a7a86377be5d90c9a8cf67be8559154d09.zip
Disable GTK 4 rounded corners
They do not look pretty on tiling window managers.
-rw-r--r--.config/gtk-4.0/gtk.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/gtk-4.0/gtk.css b/.config/gtk-4.0/gtk.css
new file mode 100644
index 0000000..d9538e0
--- /dev/null
+++ b/.config/gtk-4.0/gtk.css
@@ -0,0 +1,3 @@
+window {
+ border-radius: 0;
+}