diff options
author | zachir <zachir@librem.one> | 2024-06-04 23:11:47 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 23:11:47 -0500 |
commit | 657dffb10297674cd6313ab8d26052e2e3fe3cf9 (patch) | |
tree | 3be8c86218b924c68c96bd293857b239a4f9cfde /hypr/hyprpaper.conf | |
parent | 8944376dd4d1bc63e3f6878b83ef3deb578d2539 (diff) |
Add hyprpaper wallpapers for all outputs
This seems like basically all the outputs on my devices.
Diffstat (limited to 'hypr/hyprpaper.conf')
-rw-r--r-- | hypr/hyprpaper.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 69e5224..df92649 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,2 +1,16 @@ +preload = ~/background.jpg +#if more than one preload is desired then continue to preload other backgrounds +#preload = /path/to/next_image.png +# .. more preloads + +#set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used +wallpaper = eDP-1,~/background.jpg +wallpaper = HDMI-A-1,~/background.jpg +wallpaper = HDMI-A-2,~/background.jpg +wallpaper = DP-1,~/background.jpg +wallpaper = DP-2,~/background.jpg +#if more than one monitor in use, can load a 2nd image +#wallpaper = monitor2,~/background.jpg +# .. more monitors splash = false preload = ~/Pictures/background.png |