We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf261ae commit cfa74f7Copy full SHA for cfa74f7
root/defaults/startwm_wayland.sh
@@ -0,0 +1,12 @@
1
+#!/bin/bash
2
+
3
+# Default settings
4
+if [ ! -d "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml ]; then
5
+ mkdir -p "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml
6
+ cp /defaults/xfce/* "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/
7
+fi
8
9
+# Start DE
10
+WAYLAND_DISPLAY=wayland-1 Xwayland :1 &
11
+sleep 2
12
+exec dbus-launch --exit-with-session /usr/bin/xfce4-session > /dev/null 2>&1
0 commit comments