diff --git a/config/x11.toml b/config/x11.toml index a3785975..5efce86d 100644 --- a/config/x11.toml +++ b/config/x11.toml @@ -15,6 +15,7 @@ gtk3 = {} mesa-x11 = {} mesa-demos-x11 = {} twm = {} +xev = {} xeyes = {} xinit = {} xkbcomp = {} @@ -22,6 +23,7 @@ xkbutils = {} xkeyboard-config = {} xserver-xorg = {} xserver-xorg-video-dummy = {} +xterm = {} [[files]] path = "/usr/lib/init.d/20_xenv" @@ -32,6 +34,20 @@ export DISPLAY :0 [[files]] path = "/usr/lib/init.d/40_x" data = """ -X :0 -verbose 6 +bash /usr/bin/orbital-x11 """ +[[files]] +path = "/usr/bin/orbital-x11" +data = """ +#!/usr/bin/env bash + +set -ex + +X "${DISPLAY}" -verbose 6 & +sleep 1 +twm & +xeyes & +xev & +xterm & +""" diff --git a/cookbook b/cookbook index eadbdc9a..fbc0d2d8 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit eadbdc9a2e3c138d133227e3fe190f06fbed57b7 +Subproject commit fbc0d2d8cd33382722c0c93a6a74497ec9c54808 diff --git a/relibc b/relibc index 275b92ee..3402246d 160000 --- a/relibc +++ b/relibc @@ -1 +1 @@ -Subproject commit 275b92ee9225ae1c0036363634e2b57ceca3275b +Subproject commit 3402246d87c00cd04e44ad4967a41fa89494099d