5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
cat > ~/.xinitrc << "EOF"
|
||
|
ck-launch-session startlxde
|
||
|
EOF
|
||
|
startx
|