dotfiles

My configuration files
git clone git://git.finwo.net/misc/dotfiles
Log | Files | Refs

commit ae016f77490a7db1c9170c1f40cfa60c47959fda
parent bac43c06e9ebeb99e7f6a65a686d9efc433bd808
Author: finwo <finwo@pm.me>
Date:   Tue, 14 May 2019 10:35:26 +0200

.xsession doesn't need to stay it's own process

Diffstat:
Mdwm/home/.xsession | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm/home/.xsession b/dwm/home/.xsession @@ -1,2 +1,2 @@ #!/bin/sh -/bin/sh -l ~/.xinitrc +exec /bin/sh -l ~/.xinitrc