From 51a2324a1c7e32ca312cafee9f2ef0d7ddc0ad37 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 1 May 2022 11:10:54 -0500 Subject: [PATCH] xinit: Run openbox-session Running `openbox` does not invoke the autostart script. --- overlay/home/user/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/home/user/.xinitrc b/overlay/home/user/.xinitrc index e13d309..a423cce 100644 --- a/overlay/home/user/.xinitrc +++ b/overlay/home/user/.xinitrc @@ -9,4 +9,4 @@ export TZ systemctl --user import-environment DISPLAY TZ systemctl --user start firefox-marionette.socket firefox -exec openbox +exec openbox-session