diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-05 11:27:24 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 07716876454c7bd171e761dfb415511b300b1648 (patch) | |
tree | 0684f471f39da27e212181a7540fa35c33375c62 /zsh/.zprofile | |
parent | 837b23df0a09babf2864a62829794e6f03d2abad (diff) | |
download | dotfiles-07716876454c7bd171e761dfb415511b300b1648.tar.xz |
xinitrc: Add keeptty
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index cf99c58..39ca811 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -55,5 +55,5 @@ if [[ -f "$ZDOTDIR"/profile-"$SHORTHOST" ]]; then fi if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then - exec startx "$XDG_CONFIG_HOME"/X11/xinitrc -- -configdir "$XDG_CONFIG_HOME"/X11/xorg.conf.d + exec startx "$XDG_CONFIG_HOME"/X11/xinitrc -- -keeptty -configdir "$XDG_CONFIG_HOME"/X11/xorg.conf.d fi |