gensokyo_kappa-overlay/net-misc/xrdp/files/startwm.sh

14 lines
237 B
Bash

#!/bin/sh
# try hard to respect Gentoo's wm choice
. /etc/profile
[ -f /etc/rc.conf ] && . /etc/rc.conf
export XSESSION
USERINITRC="$HOME/.xinitrc"
if [ -f "$USERINITRC" ]; then
. "$USERINITRC"
else
. /etc/X11/xinit/xinitrc
fi