Make the window no-gaps flag permanent

This commit is contained in:
David Heinemeier Hansson
2026-04-17 14:22:59 +02:00
parent 79d3b8cec6
commit 1b898b862c
2 changed files with 8 additions and 12 deletions
+6
View File
@@ -0,0 +1,6 @@
# Remove all window gaps and borders
general {
gaps_out = 0
gaps_in = 0
border_size = 0
}