11 lines
195 B
TOML
11 lines
195 B
TOML
[background]
|
|
path = "/usr/share/backgrounds/default.png"
|
|
fit = "Cover"
|
|
|
|
[GTK]
|
|
application_prefer_dark_theme = true
|
|
|
|
[commands]
|
|
reboot = ["loginctl", "reboot"]
|
|
poweroff = ["loginctl", "poweroff"]
|