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 9112789 commit dc61872Copy full SHA for dc61872
1 file changed
root/defaults/startwm_wayland.sh
@@ -1,12 +1,4 @@
1
-#!/usr/bin/with-contenv 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
+#!/bin/bash
8
9
# Start DE
10
-WAYLAND_DISPLAY=wayland-1 Xwayland :1 &
11
-sleep 2
12
-exec dbus-launch /usr/bin/xfce4-session > /dev/null 2>&1
+WAYLAND_DISPLAY=wayland-1 startxfce4 --wayland > /dev/null 2>&1
0 commit comments