diff options
author | altaf-creator <dev@altafcreator.com> | 2024-05-19 14:54:41 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-05-19 14:54:41 +0700 |
commit | 3ec8d42fbf6eed78c24de2caca63d91a2604ff50 (patch) | |
tree | 985517bcce150969a050f7f408bea6670177bbb7 /config/hypr/hyprpaper.conf |
Diffstat (limited to 'config/hypr/hyprpaper.conf')
-rw-r--r-- | config/hypr/hyprpaper.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/hypr/hyprpaper.conf b/config/hypr/hyprpaper.conf new file mode 100644 index 0000000..c425600 --- /dev/null +++ b/config/hypr/hyprpaper.conf @@ -0,0 +1,15 @@ +preload = ~/Pictures/mojave-night.jpg + +#set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used +wallpaper = eDP-1,~/Pictures/mojave-night.jpg +wallpaper = HDMI-A-1,~/Pictures/mojave-night.jpg +#if more than one monitor in use, can load a 2nd image +#wallpaper = monitor2,/path/to/next_image.png +# .. more monitors + +#enable splash text rendering over the wallpaper +splash = false + +#fully disable ipc +# ipc = off + |