diff options
author | Vaxry <[email protected]> | 2024-01-29 23:11:00 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-01-29 23:11:00 +0000 |
commit | 2e3f0d5991874edb01f1bfe4ffc75701f8b398dc (patch) | |
tree | 1068edda03e18168766bddab3cd02c90d1d60933 /example | |
parent | 91e8c428431deac1e5eb8e537f002ab960777174 (diff) | |
download | Hyprland-2e3f0d5991874edb01f1bfe4ffc75701f8b398dc.tar.gz Hyprland-2e3f0d5991874edb01f1bfe4ffc75701f8b398dc.zip |
renderer: Add new background infrastructure
Adds new backgrounds from the winners of the contest
Rewrites how it works
Allows high color precision PNGs (RGB32F precisely)
Fixes a small bug in renderTextureInternalWithDamage
Nukes misc:force_hypr_chan
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 62b6e6e5..5d5441e9 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -112,7 +112,7 @@ gestures { misc { # See https://wiki.hyprland.org/Configuring/Variables/ for more - force_default_wallpaper = -1 # Set to 0 to disable the anime mascot wallpapers + force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers } # Example per-device config |