From 17f664386994e6da3b8fe2d97f7c664cf26fe300 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 14 Sep 2026 10:43:15 +0200 Subject: feat(desktop): skeleton shell with the keepalive window The window draws nothing and catches nothing; it exists because a quickshell config with no visible window exits silently, and this shell's drawer is closed most of the time. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01We9zcHEH8ZWHPcQwMaJRNv --- desktop/Theme.qml | 1 + 1 file changed, 1 insertion(+) create mode 120000 desktop/Theme.qml (limited to 'desktop/Theme.qml') diff --git a/desktop/Theme.qml b/desktop/Theme.qml new file mode 120000 index 0000000..3d2e40f --- /dev/null +++ b/desktop/Theme.qml @@ -0,0 +1 @@ +../shared/Theme.qml \ No newline at end of file -- cgit v1.2.3