9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
|
#!/bin/bash
|
||
|
export WAYLAND_DEBUG=1
|
||
|
export DISPLAY=:1
|
||
|
Xwayland $DISPLAY &
|
||
|
sleep 0.3
|
||
|
openbox &
|
||
|
sleep 0.3
|
||
|
pcmanfm
|