Add startwayland script
This commit is contained in:
parent
a3eb72fa1c
commit
32cb3bac67
@ -9,4 +9,4 @@ Description = Add instructions for startx
|
|||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Depends = xorg-xinit
|
Depends = xorg-xinit
|
||||||
Depends = sh
|
Depends = sh
|
||||||
Exec = /bin/sh -c 'echo -e \\nTo start GUI, type \\033\[0\;35mstartx\\033\[0\;0m.\\n >> /etc/motd'
|
Exec = /bin/sh -c 'echo -e \\nTo start GUI, type \\033\[0\;35mstartx\\033\[0\;0m or \\033\[0\;35mstartwayland\\033\[0\;0m.\\n >> /etc/motd'
|
||||||
|
|||||||
2
airootfs/usr/local/bin/startwayland
Executable file
2
airootfs/usr/local/bin/startwayland
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
dbus-run-session startplasma-wayland
|
||||||
@ -22,4 +22,5 @@ file_permissions=(
|
|||||||
["/usr/local/bin/choose-mirror"]="0:0:755"
|
["/usr/local/bin/choose-mirror"]="0:0:755"
|
||||||
["/usr/local/bin/Installation_guide"]="0:0:755"
|
["/usr/local/bin/Installation_guide"]="0:0:755"
|
||||||
["/usr/local/bin/livecd-sound"]="0:0:755"
|
["/usr/local/bin/livecd-sound"]="0:0:755"
|
||||||
|
["/usr/local/bin/startwayland"]="0:0:755"
|
||||||
)
|
)
|
||||||
|
|||||||
@ -22,4 +22,5 @@ file_permissions=(
|
|||||||
["/usr/local/bin/choose-mirror"]="0:0:755"
|
["/usr/local/bin/choose-mirror"]="0:0:755"
|
||||||
["/usr/local/bin/Installation_guide"]="0:0:755"
|
["/usr/local/bin/Installation_guide"]="0:0:755"
|
||||||
["/usr/local/bin/livecd-sound"]="0:0:755"
|
["/usr/local/bin/livecd-sound"]="0:0:755"
|
||||||
|
["/usr/local/bin/startwayland"]="0:0:755"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user