switch from mpvpaper to awww, refactor wallpaper

This commit is contained in:
Sean Kovacs 2026-02-20 21:56:56 -05:00
commit 05b2f188f5
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 142 additions and 59 deletions

View file

@ -29,7 +29,6 @@
input = {
focus-follows-mouse.enable = true;
focus-follows-mouse.max-scroll-amount = "0%";
warp-mouse-to-focus.enable = true;
mod-key = "Super";
keyboard = {
numlock = false;
@ -187,6 +186,14 @@
open-maximized = true;
open-focused = true;
}
{
matches = [
{
app-id = "mpv";
}
];
opacity = 1.0;
}
];
layer-rules = [
{
@ -195,7 +202,7 @@
namespace = "^wpaperd.*";
}
{
namespace = "^mpvpaper";
namespace = "^awww-daemon";
}
];
place-within-backdrop = true;