Swap defaults to lua
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
-- Remove all window gaps and borders.
|
||||
hl.config({
|
||||
general = {
|
||||
gaps_out = 0,
|
||||
gaps_in = 0,
|
||||
border_size = 0,
|
||||
},
|
||||
|
||||
decoration = {
|
||||
rounding = 0,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user