Convert to lua
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
decoration {
|
||||
rounding = 6
|
||||
rounding_power = 3
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
-- Use rounded window corners.
|
||||
hl.config({
|
||||
decoration = {
|
||||
rounding = 6,
|
||||
rounding_power = 3,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user