mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
Show the newer format and test the proper generation of config. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
24 lines
358 B
Plaintext
24 lines
358 B
Plaintext
preload=/share/wallpapers/buttons.png
|
|
preload=/share/wallpapers/cat_pacman.png
|
|
|
|
wallpaper {
|
|
monitor=DP-3
|
|
fit_mode=cover
|
|
path=/share/wallpapers/buttons.png
|
|
}
|
|
|
|
wallpaper {
|
|
monitor=DP-2
|
|
fit_mode=cover
|
|
path=/share/wallpapers/cat_pacman.png
|
|
}
|
|
|
|
wallpaper {
|
|
monitor=
|
|
fit_mode=cover
|
|
path=~/fallback.jxl
|
|
}
|
|
ipc=on
|
|
splash=false
|
|
splash_offset=2.000000
|