This commit is contained in:
kento2 2026-06-16 16:54:02 +02:00
parent 4055fbfe86
commit 856e135e63
10 changed files with 20 additions and 21 deletions

View file

@ -13,5 +13,5 @@ if grep -q l <<< "$-" && test "$(tty)" = '/dev/tty1'; then
rm -rf "$HOME"/.config/service-env
cd
echo 'Press return to start gui'
read && exec dbus-run-session "$HOME/.winit"
read && exec startx
fi