Added the ability to opt out of the integrated wallpaper service. (#109)

This commit is contained in:
Jas Singh
2024-08-11 01:15:06 -07:00
committed by GitHub
parent 0d7bd7dbc2
commit 1eef504fc2
8 changed files with 41 additions and 4 deletions

View File

@@ -796,6 +796,7 @@ const options = mkOptions(OPTIONS, {
terminal: opt("kitty"),
wallpaper: {
enable: opt(true),
image: opt("")
},