This commit is contained in:
committer@tuxwarrior
2026-02-27 05:24:28 -05:00
parent 6c936898e7
commit 0b6216216a
5 changed files with 48 additions and 6 deletions

View File

@@ -214,6 +214,39 @@ misc {
key_press_enables_dpms = true # key press will turn on screen(s)
}
# - - - - - - - - - - - - - - - - - - - - - - - - -
# wallpaper
# - - - - -
# https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/
# - - - - - - - - - - - - - - - - - - - - - - - - -
# list monitors with: `hyprctl monitors`
wallpaper {
monitor = DP-3
path = ~/.local/share/wp/5120x2880_neonLandscape.jpg
fit_mode = cover
}
wallpaper {
monitor = DP-2
path = ~/.local/share/wp/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.jpg
fit_mode = cover
}
# fallback
wallpaper {
monitor =
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
####################################################
### binds (keebindings) ###