From 166834e2a402ef73c536cbfaf2ed6e34b50524cc Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sat, 25 Jan 2020 18:27:31 +0100 Subject: [PATCH] .zprofile env variable and startx --- .zprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zprofile b/.zprofile index 3304d79..45a7239 100644 --- a/.zprofile +++ b/.zprofile @@ -1,3 +1,5 @@ +#export XDG_CURRENT_DESKTOP=kde + if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then exec startx fi