From 585970fe9204fe43d695b048da773252d2777af3 Mon Sep 17 00:00:00 2001 From: Val Packett Date: Fri, 30 Jan 2026 06:11:21 -0300 Subject: [PATCH] munix: do not set display from the script It is now entirely managed by systemd. --- munix | 1 - 1 file changed, 1 deletion(-) diff --git a/munix b/munix index 241073b..9c67084 100755 --- a/munix +++ b/munix @@ -126,7 +126,6 @@ if [ "$WAYLAND" -eq 1 ]; then "--bind" "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" "--setenv" "WAYLAND_DISPLAY" "$WAYLAND_DISPLAY" ) - MUVM_ARGS+=("-e" "WAYLAND_DISPLAY=wayland-1") # the proxy is managed by us, not muvm if [ "$ENV_DEFAULTS" -eq 1 ]; then MUVM_ARGS+=( "-e" "XDG_SESSION_TYPE=wayland"