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