From 7e425a9ed9a8ab7541ba62b4242dc5a4f3ff3c0a Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 18 Aug 2022 10:02:24 +0200 Subject: Write x issues to ~/.xoutput --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 9977a77..9eed1ae 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,5 @@ # startx automatically {{{1 - [[ -z $DISPLAY && -z $SSH_CONNECTION && $XDG_VTNR -eq 1 ]] && exec startx +[[ -z $DISPLAY && -z $SSH_CONNECTION && $XDG_VTNR -eq 1 ]] && exec startx &> ~/.xoutput # Bindings {{{1 -- cgit v1.2.3