rename attwm -> att_wm

This commit is contained in:
2026-07-26 21:02:36 +02:00
parent 202879eb0e
commit f265749417
+1 -1
View File
@@ -80,7 +80,7 @@ Singleton {
if (explicit) return explicit; if (explicit) return explicit;
const dir = Quickshell.env("XDG_RUNTIME_DIR"); const dir = Quickshell.env("XDG_RUNTIME_DIR");
const display = Quickshell.env("WAYLAND_DISPLAY") || "wayland-0"; const display = Quickshell.env("WAYLAND_DISPLAY") || "wayland-0";
return `${dir}/attwm-${display}.sock`; return `${dir}/att_wm-${display}.sock`;
} }
connected: true connected: true