From e09a490a4929404699b3a136df9e7c8a1c24b02c Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 28 Jan 2026 17:03:44 +0200 Subject: [PATCH] chore: update to start-hyprland --- src/desktop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktop.ts b/src/desktop.ts index 372a2dd..9d49e8e 100644 --- a/src/desktop.ts +++ b/src/desktop.ts @@ -3,7 +3,7 @@ import { GreetdClient } from "./lib/greetd"; export const GREETD_SOCKET = process.env.GREETD_SOCK ?? "/run/dummy-greetd.sock"; const KNOWN_SESSIONS: Record = { - hyprland: "Hyprland", + hyprland: "start-hyprland", plasma: "startplasma-wayland" };