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" };