about summary refs log tree commit diff
path: root/dotfiles/gtk-4.0
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-30 01:37:10 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-30 01:37:10 +0100
commit7cc40de3e2ca5a48504c5b5396198b222e616f24 (patch)
treef1dd574b56ee1f23687fae12feb52bcc6444ea35 /dotfiles/gtk-4.0
parentFont: Change font style (diff)
downloadnixos-config-7cc40de3e2ca5a48504c5b5396198b222e616f24.tar.gz
nixos-config-7cc40de3e2ca5a48504c5b5396198b222e616f24.tar.bz2
nixos-config-7cc40de3e2ca5a48504c5b5396198b222e616f24.zip
Dotfiles: Fix ghostty gtk borders
Diffstat (limited to 'dotfiles/gtk-4.0')
-rw-r--r--dotfiles/gtk-4.0/gtk.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/gtk-4.0/gtk.css b/dotfiles/gtk-4.0/gtk.css
new file mode 100644
index 0000000..4756ccd
--- /dev/null
+++ b/dotfiles/gtk-4.0/gtk.css
@@ -0,0 +1,5 @@
+.background {
+    margin: 0;
+    padding: 0;
+    box-shadow: 0 0 0 0;
+}