diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2024-02-16 18:47:00 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2024-02-16 18:47:00 -0300 |
commit | db5d7a04eb200613575e90f2f9ecaa9e9def4873 (patch) | |
tree | 6244fd230b8e15f42d2f6ff2607f4b890d940136 /.config/zsh/.zprofile | |
parent | 00fe62184e9822713c87c70d3e55dbe781633db0 (diff) | |
download | dots-db5d7a04eb200613575e90f2f9ecaa9e9def4873.tar.gz |
zsh: zprofile autostarts X
Diffstat (limited to '.config/zsh/.zprofile')
-rw-r--r-- | .config/zsh/.zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |