chore: update to start-hyprland

This commit is contained in:
2026-01-28 17:03:44 +02:00
parent 6f7704f5de
commit e09a490a49

View File

@@ -3,7 +3,7 @@ import { GreetdClient } from "./lib/greetd";
export const GREETD_SOCKET = process.env.GREETD_SOCK ?? "/run/dummy-greetd.sock"; export const GREETD_SOCKET = process.env.GREETD_SOCK ?? "/run/dummy-greetd.sock";
const KNOWN_SESSIONS: Record<string, string> = { const KNOWN_SESSIONS: Record<string, string> = {
hyprland: "Hyprland", hyprland: "start-hyprland",
plasma: "startplasma-wayland" plasma: "startplasma-wayland"
}; };