From db5d7a04eb200613575e90f2f9ecaa9e9def4873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Fri, 16 Feb 2024 18:47:00 -0300 Subject: [PATCH] zsh: zprofile autostarts X --- .config/zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index e69de29..5a2e67d 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -0,0 +1 @@ +[[ -z $(pidof Xorg) ]] && [[ $(tty) = "/dev/tty1" ]] && exec dbus-run-session /usr/bin/sx