add wayland init logic

This commit is contained in:
thelamer 2025-12-28 09:05:27 -05:00
parent b7591f4c62
commit 0da0c7f76b
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