aboutsummaryrefslogblamecommitdiff
path: root/x11/sddm/files/xinit-session
blob: 804728c9ca53680ccb512a6a65ebe9d2a297bc32 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                
#!/bin/sh
#
# Runs the user's .xinitrc (at this point, .xsession has already
# been sourced).

RC="$HOME/.xinitrc"

test -f "$RC" || exit 1

test -x "$RC" && exec "$RC"
test -f "$RC" && exec /bin/sh "$RC"