diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-23 12:40:48 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-23 12:40:48 +0200 |
commit | 0b9b5c1bf829a6af448075a6ecd9ace1f5e238c6 (patch) | |
tree | 6616da7b038191dda35cd1b941e812c511dc8550 /.config | |
parent | 02e420d37d1575522c37d1df0844673086b16a22 (diff) |
Replaced startx with sx
Diffstat (limited to '.config')
-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 03e91ac..6d8e5fc 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -21,4 +21,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 startx $XDG_CONFIG_HOME/X11/xinitrc -- vt1 +[[ $(fgconsole 2>/dev/null) == 1 ]] && exec sx $XDG_CONFIG_HOME/X11/xinitrc |