diff options
| author | ZachIR <zachir@librem.one> | 2026-01-02 06:12:21 -0600 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2026-01-02 06:12:21 -0600 |
| commit | 85a1b4313441520fce9089fa45f158c3b7f146bf (patch) | |
| tree | ae4839302b8b4b2518750895970f8c33cc4df343 | |
| parent | 89f01e6e45428f8f39f7f8828faa582cdc2ea815 (diff) | |
| parent | f78d4c759bc43ee7bc0ac5c95beb339344b9b3bb (diff) | |
Merge branch 'master' into car
| -rw-r--r-- | hypr/hyprpaper.conf | 46 |
1 files changed, 32 insertions, 14 deletions
diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 728c00c..a11d6b0 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,15 +1,33 @@ -preload = ~/Pictures/background.png -#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,~/Pictures/background.png -wallpaper = HDMI-A-1,~/Pictures/background.png -wallpaper = HDMI-A-2,~/Pictures/background.png -wallpaper = DP-1,~/Pictures/background.png -wallpaper = DP-2,~/Pictures/background.png -#if more than one monitor in use, can load a 2nd image -#wallpaper = monitor2,~/background.png -# .. more monitors +wallpaper { + monitor = eDP-1 + path = ~/Pictures/background.png + fit_mode = cover +} + +wallpaper { + monitor = HDMI-A-1 + path = ~/Pictures/background.png + fit_mode = cover +} + +wallpaper { + monitor = HDMI-A-2 + path = ~/Pictures/background.png + fit_mode = cover +} + +wallpaper { + monitor = DP-1 + path = ~/Pictures/background.png + fit_mode = cover +} + +wallpaper { + monitor = DP-2 + path = ~/Pictures/background.png + fit_mode = cover +} + +# Misc Options splash = false +ipc = true |
