From 07716876454c7bd171e761dfb415511b300b1648 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 5 Oct 2016 11:27:24 +0200 Subject: xinitrc: Add keeptty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') 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 -- cgit v1.2.3-54-g00ecf