mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-03 12:47:50 +02:00
13 lines
170 B
Lua
13 lines
170 B
Lua
-- Remove all window gaps and borders.
|
|
hl.config({
|
|
general = {
|
|
gaps_out = 0,
|
|
gaps_in = 0,
|
|
border_size = 0,
|
|
},
|
|
|
|
decoration = {
|
|
rounding = 0,
|
|
},
|
|
})
|