diff --git a/dots/hyprpaper/hyprpaper.conf b/dots/hyprpaper/hyprpaper.conf index 5b0d8a8..5f136d6 100644 --- a/dots/hyprpaper/hyprpaper.conf +++ b/dots/hyprpaper/hyprpaper.conf @@ -18,17 +18,22 @@ #wallpaper = eDP-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg #wallpaper = HDMI-A-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg +# fit_mode +# cover: streches out the image so a part of the image covers the entire display +# contain: entire image will be displayed, with black around if the image ratio does not match the display +# tile: tiles the image multiple times +# fill: distorts the image so it fills the entire monitor # main monitor wallpaper { - monitor = DP-2 + monitor = DP-1 path = ~/.local/share/wp/5120x2880_neonLandscape.jpg fit_mode = cover } # left monitor wallpaper { - monitor = DP-1 + monitor = DP-2 path = ~/.local/share/wp/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.jpg fit_mode = cover } @@ -46,9 +51,3 @@ wallpaper { path = ~/.local/share/wp/5600x2560_neonHighwayMountains.jpg fit_mode = cover } - - -#preload = ~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg -#wallpaper = eDP-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg -#wallpaper = HDMI-A-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg -