diff options
author | zachir <zachir@librem.one> | 2024-01-03 11:34:09 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-01-03 11:34:09 -0600 |
commit | 11784107d647ac7bb50c1e67ce75ecdf8ff9c8ec (patch) | |
tree | 52620aebfc77604e27abeab9fa63594199eed280 | |
parent | a750633f8c7630abf4d601bcd03f8f8e149f4bd5 (diff) |
hypr: Add hyprpaper preload paths for wallpapers
I assume ~/Pictures/background.png as a default; this is where I now
store it.
-rw-r--r-- | hypr/hyprpaper.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf new file mode 100644 index 0000000..a0239e5 --- /dev/null +++ b/hypr/hyprpaper.conf @@ -0,0 +1 @@ +preload = ~/Pictures/background.png |