diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 6af1d66..17df884 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -221,15 +221,32 @@ misc { # - - - - - - - - - - - - - - - - - - - - - - - - - # list monitors with: `hyprctl monitors` +# or: +# $ hyprpaper +# DEBUG ]: Welcome to hyprpaper! +# built from commit () +# DEBUG ]: Found 3 output(s) +# DEBUG ]: Monitor DP-1 has no target: no wp will be created +# DEBUG ]: Monitor HDMI-A-1 has no target: no wp will be created +# DEBUG ]: Monitor DP-2 has no target: no wp will be created +# main monitor wallpaper { - monitor = DP-3 + monitor = DP-2 path = ~/.local/share/wp/5120x2880_neonLandscape.jpg fit_mode = cover } +# left monitor wallpaper { - monitor = DP-2 + monitor = DP-1 + path = ~/.local/share/wp/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.jpg + fit_mode = cover +} + +# right monitor +wallpaper { + monitor = HDMI-A-1 path = ~/.local/share/wp/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.jpg fit_mode = cover }