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
commit5693a500fabfebc8e8a8d6866d7c27ea09b73520 (patch)
tree2522854e086d4ca09b1cc84fee9e2f5cf14c94f5
parent01209e939a7b9b420c6bbf0a9cf03f68568bcbaa (diff)
downloaddotfiles-5693a500fabfebc8e8a8d6866d7c27ea09b73520.tar
dotfiles-5693a500fabfebc8e8a8d6866d7c27ea09b73520.tar.zst
dotfiles-5693a500fabfebc8e8a8d6866d7c27ea09b73520.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;
+}