#!/bin/sh
unset WAYLAND_DISPLAY
unset XDG_SESSION_TYPE
export XDG_SESSION_TYPE=x11
export XDG_CURRENT_DESKTOP=XFCE
export DESKTOP_SESSION=xfce
exec startxfce4
