From c4a0a4daef8b578b10db3f7f63700779cb342f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Thu, 2 Dec 2021 10:57:09 +0100 Subject: [PATCH] Few changes junest --- config/xinitrc | 2 +- xsession | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/xinitrc b/config/xinitrc index 03e7cbe..30d939c 100755 --- a/config/xinitrc +++ b/config/xinitrc @@ -30,7 +30,7 @@ then fi # If we have junest installed DE try them before all others -sessions_dir_junest="$HOME/.local/share/xsessions" +sessions_dir_junest="$HOME/.junest/usr/share/xsessions" if [ -d "$sessions_dir_junest" ] then sessions_dirs="$sessions_dir_junest $sessions_dirs" diff --git a/xsession b/xsession index 91b527a..db89fac 100755 --- a/xsession +++ b/xsession @@ -6,7 +6,7 @@ # Sourced by display managers # -. ~/.xprofile +[ -f ~/.xprofile ] && . ~/.xprofile if [ -f ~/.config/override_dm_choice ] then . ~/.config/xinitrc