From 92e4f3e6da3b46699a66a38cb47f1160443cf272 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Wed, 3 Aug 2016 17:10:13 +0100 Subject: [PATCH] Finally fix double sourcing ~/.profile --- .xinitrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.xinitrc b/.xinitrc index 19da52f..e6f775b 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,6 +1,7 @@ #!/bin/sh source ~/.profile +source ~/.xsession xrdb -merge ~/.Xresources # Run all system xinitrc shell scripts @@ -14,7 +15,4 @@ if [ -d "$xinitdir" ]; then done fi -~/.profile -~/.xsession - exec i3