This commit is contained in:
2026-01-10 00:03:22 +00:00
parent 0539d183b1
commit 7727fafeec
6 changed files with 25 additions and 6 deletions

View File

@@ -131,9 +131,14 @@ for_window [app_id="chromium-browser"] fullscreen enable
// Write sway config before starting
const configPath = await this.writeSwayConfig(config);
// Use a fixed socket path so we can reliably connect
const swaySocketPath = `${config.runtimeDir}/sway-ipc.sock`;
this.swaySocket = swaySocketPath;
const env: Record<string, string> = {
XDG_RUNTIME_DIR: config.runtimeDir,
WLR_BACKENDS: config.backends,
SWAYSOCK: swaySocketPath,
};
if (config.allowSoftwareRendering) {

View File

@@ -1 +1 @@
export const VERSION = "0.4.11";
export const VERSION = "0.4.12";