Skip to content

Commit a589e12

Browse files
committed
add wayland init logic
1 parent e54f803 commit a589e12

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

root/defaults/startwm_wayland.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
# Launch DE
4+
setterm blank 0
5+
setterm powerdown 0
6+
WAYLAND_DISPLAY=wayland-1 Xwayland :1 &
7+
sleep 2
8+
/usr/bin/i3 > /dev/null 2>&1

0 commit comments

Comments
 (0)