diff options
author | zachir <zachir@librem.one> | 2024-02-08 21:54:34 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-15 02:42:55 -0600 |
commit | 033e87e02ea09b739be8a543d05f2a7b32ed843b (patch) | |
tree | e3fec62e60b260c94e70b9305141bd2c07b9123f /hypr | |
parent | 670b423e9a1f5a40baf942fdc3de947473f810b5 (diff) |
hyprpaper: Disables the splash text
This disables the text from showing up over the wallpaper.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprpaper.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index daf4d23..df92649 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -12,3 +12,5 @@ wallpaper = DP-2,~/background.jpg #if more than one monitor in use, can load a 2nd image #wallpaper = monitor2,~/background.jpg # .. more monitors +splash = false +preload = ~/Pictures/background.png |