Convert to lua

This commit is contained in:
David Heinemeier Hansson
2026-05-16 13:07:18 +02:00
parent fc271c1406
commit 5d938dac92
2 changed files with 7 additions and 4 deletions
@@ -1,4 +0,0 @@
decoration {
rounding = 6
rounding_power = 3
}
+7
View File
@@ -0,0 +1,7 @@
-- Use rounded window corners.
hl.config({
decoration = {
rounding = 6,
rounding_power = 3,
},
})