From d052487a09ed53cbdedd4d55fb6d548a0a30a1af Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 20 Jun 2011 01:25:36 -0400 Subject: This is what happens after about 2 weeks of using Parabola. Note that .bashrc is increasing it's reliance on "thingutils" --- .xsession | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .xsession (limited to '.xsession') diff --git a/.xsession b/.xsession new file mode 100644 index 0000000..a16dc0b --- /dev/null +++ b/.xsession @@ -0,0 +1,10 @@ +#!/bin/sh + +# +# ~/.xsession +# +# Executed by xdm/gdm/kdm at login +# + +/bin/bash --login -i ~/.xinitrc + -- cgit v1.2.3-2-g168b