myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 9f39275807678948b734624f55a7cc89da8f6965
parent 186b4785f2c729ff3ab4d702fcc80ac3e7e036ad
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 26 Dec 2014 10:52:55 +0100

xinitrc

Diffstat:
install.sh | 1+
xinitrc | 11+++++++++++
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/install.sh b/install.sh @@ -21,4 +21,5 @@ ln -s ~/config/abcde ~/.abcde.conf touch ~/.hushlogin ln -s ~/config/i3/status ~/.i3status.conf ln -s ~/config/lbdb ~/.lbdbrc +ln -s ~/config/xinitrc ~/.xinitrc diff --git a/xinitrc b/xinitrc @@ -0,0 +1,11 @@ +## test for an existing bus daemon, just to be safe +#if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then +# ## if not found, launch a new one +# eval `dbus-launch --sh-syntax --exit-with-session` +# echo "D-Bus per-session daemon address is: $DBUS_SESSION_BUS_ADDRESS" +#fi + +~/bin/layout +eval $(gpg-agent --daemon) +exec ck-launch-session dbus-launch i3 +