diff --git a/services/Attwm.qml b/services/Attwm.qml index 2ee1008..43d63b7 100644 --- a/services/Attwm.qml +++ b/services/Attwm.qml @@ -80,7 +80,7 @@ Singleton { if (explicit) return explicit; const dir = Quickshell.env("XDG_RUNTIME_DIR"); const display = Quickshell.env("WAYLAND_DISPLAY") || "wayland-0"; - return `${dir}/attwm-${display}.sock`; + return `${dir}/att_wm-${display}.sock`; } connected: true