From 09db110fd0618a2542907473850aca2747f489d2 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 31 May 2023 19:51:41 +0200 Subject: [PATCH] fix variable --- dot_zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zprofile b/dot_zprofile index 66d40ca..671abe9 100644 --- a/dot_zprofile +++ b/dot_zprofile @@ -7,7 +7,7 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then done # Falls autostartdesktop auf i3 gesetzt wird, wird i3 statt sway gestartet - if [ "${autostartdesktop}" == "i3" ]; then + if [ "${autostartdesktop}" = "i3" ]; then echo "exec i3" > ~/.xinitrc startx else