summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2022-08-18 10:02:24 +0200
committerUrbain Vaes <urbain@vaes.uk>2022-08-18 10:02:24 +0200
commit7e425a9ed9a8ab7541ba62b4242dc5a4f3ff3c0a (patch)
tree1b93b6eb454e1ef5c41e7f172387924e64e21334 /zsh/.zshrc
parent9199675b30f5e02236b235fa61b5ad4022e4dd45 (diff)
Write x issues to ~/.xoutput
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
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