summaryrefslogtreecommitdiff
path: root/testing/xorg-xinit/xsession
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xorg-xinit/xsession')
-rw-r--r--testing/xorg-xinit/xsession10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/xorg-xinit/xsession b/testing/xorg-xinit/xsession
new file mode 100644
index 000000000..a16dc0b84
--- /dev/null
+++ b/testing/xorg-xinit/xsession
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+#
+# ~/.xsession
+#
+# Executed by xdm/gdm/kdm at login
+#
+
+/bin/bash --login -i ~/.xinitrc
+