15 lines
117 B
TOML
15 lines
117 B
TOML
[general]
|
|
import = [
|
|
"font.toml",
|
|
"colors.toml"
|
|
]
|
|
|
|
|
|
|
|
[window]
|
|
decorations = "none"
|
|
|
|
[window.padding]
|
|
x = 0
|
|
y = 0
|