add wayland init logic

This commit is contained in:
thelamer 2025-12-28 09:14:38 -05:00
parent 5b7069488f
commit d6a2f4c9ac
No known key found for this signature in database

View File

@ -0,0 +1,9 @@
#!/bin/bash
setterm blank 0
setterm powerdown 0
# Start DE
WAYLAND_DISPLAY=wayland-1 Xwayland :1 &
sleep 2
exec dbus-launch --exit-with-session /usr/bin/i3 > /dev/null 2>&1