diff --git a/assets/wl-mitm-config.toml b/assets/wl-mitm-config.toml index 508b574..0c1ddc4 100644 --- a/assets/wl-mitm-config.toml +++ b/assets/wl-mitm-config.toml @@ -3,7 +3,7 @@ listen = "/xdg_runtime/wayland-10" upstream = "/xdg_runtime/wayland-0" [exec] -notify = "/usr/bin/notify-libnotify.sh" +notify_cmd = "/usr/bin/notify-libnotify.sh" [filter] allowed_globals = [ diff --git a/deps/compositor-sandbox/Containerfile b/deps/compositor-sandbox/Containerfile index da0407a..19400ca 100644 --- a/deps/compositor-sandbox/Containerfile +++ b/deps/compositor-sandbox/Containerfile @@ -1,4 +1,4 @@ -ARG WL_MITM_COMMIT=49ed44763955da1fd227220f52070d72ae61bfdc +ARG WL_MITM_COMMIT=ea591acb8e1a4926e49011b8b5098ab4a5b37973 ARG SOMMELIER_COMMIT=984b27ad47ee08178a3128d5c7e96eb109fe09da FROM docker.io/archlinux:base-devel-20250302.0.316047 AS builder-wl-mitm