diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-15 11:50:23 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-15 11:50:23 +0200 |
commit | cbfdc7ea4367fe768a4f877e778bee8661d6a207 (patch) | |
tree | 03c0a692440915a80d785e4f3a25140cc524f8e5 /.config/zsh | |
parent | d9cdb215cf2f6a8b32bbdf42ec904df513ac8a01 (diff) |
switched back to startx but with silent login
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index d0a8224..de835ee 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -23,4 +23,4 @@ export CM_SELECTIONS=clipboard export CM_DIR=/tmp export PF_INFO="ascii title os kernel uptime pkgs memory" -[[ $(fgconsole 2>/dev/null) == 1 ]] && exec sx $XDG_CONFIG_HOME/X11/xinitrc +[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx $XDG_CONFIG_HOME/X11/xinitrc -- vt1 &> /dev/null |