From 281a25def3a21fa46c115228c99422f74fc244c1 Mon Sep 17 00:00:00 2001 From: klemek Date: Fri, 28 Aug 2026 10:19:41 +0200 Subject: [PATCH] wip --- Makefile | 4 ---- system/weston.service | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index be90860..0136297 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,3 @@ submodule-init: .PHONY: start-weston start-weston: weston --shell=kiosk-shell.so --xwayland -- kitty --hold $(BUILD_DIR)/$(TARGET) $(RUN_ARGS) - -.PHONY: start -start: - $(BUILD_DIR)/$(TARGET) $(RUN_ARGS) diff --git a/system/weston.service b/system/weston.service index 3a55602..30c58e7 100644 --- a/system/weston.service +++ b/system/weston.service @@ -17,7 +17,7 @@ WatchdogSec=20 StandardError=journal # add a ~/.config/weston.ini and weston will pick-it up -ExecStart=/usr/bin/weston --modules=systemd-notify.so --shell=kiosk-shell.so --xwayland -- kitty --hold make -C /opt/forge-invar start +ExecStart=/usr/bin/weston --modules=systemd-notify.so --shell=kiosk-shell.so --xwayland -- kitty --hold make -C /opt/forge-invar run [Install] WantedBy=graphical-session.target