Skip to content

Commit 202f668

Browse files
committed
add wayland init logic
1 parent 7ecfc71 commit 202f668

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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/mate-session > /dev/null 2>&1

0 commit comments

Comments
 (0)