This commit is contained in:
2026-08-28 10:19:41 +02:00
parent 0fcf966c16
commit 281a25def3
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -77,7 +77,3 @@ submodule-init:
.PHONY: start-weston .PHONY: start-weston
start-weston: start-weston:
weston --shell=kiosk-shell.so --xwayland -- kitty --hold $(BUILD_DIR)/$(TARGET) $(RUN_ARGS) weston --shell=kiosk-shell.so --xwayland -- kitty --hold $(BUILD_DIR)/$(TARGET) $(RUN_ARGS)
.PHONY: start
start:
$(BUILD_DIR)/$(TARGET) $(RUN_ARGS)
+1 -1
View File
@@ -17,7 +17,7 @@ WatchdogSec=20
StandardError=journal StandardError=journal
# add a ~/.config/weston.ini and weston will pick-it up # 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] [Install]
WantedBy=graphical-session.target WantedBy=graphical-session.target