From f26574941717fa7dee8be1213f2ed7614629ce40 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 26 Jul 2026 21:02:36 +0200 Subject: [PATCH] rename attwm -> att_wm --- services/Attwm.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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