summaryrefslogtreecommitdiff
path: root/testing/xorg-xinit/xsession
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-06 23:14:33 +0000
committerroot <root@rshg054.dnsready.net>2011-09-06 23:14:33 +0000
commite2fb609d3af7a203357fd6ca983fef5f4dfba7eb (patch)
tree17d9357a559130a65cb1988b1e09cf8f1dd6bc55 /testing/xorg-xinit/xsession
parente05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (diff)
Tue Sep 6 23:14:33 UTC 2011
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
+