From a0f286f006053abc99daff769bacb94a463497d7 Mon Sep 17 00:00:00 2001 From: AngeD Date: Sun, 8 Jan 2023 01:42:19 +0100 Subject: [PATCH] feat: . before gui.log --- .config/zsh/.zprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index f7d002d..c0d0455 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -1,4 +1,3 @@ #!/bin/sh -[ "$XDG_VTNR" = 1 ] && exec startx > "$HOME/gui.log" 2>&1 -#[ "$XDG_VTNR" = 1 ] && exec sway 2> "$HOME/sway.log" +[ "$XDG_VTNR" = 1 ] && exec startx > "$HOME/.gui.log" 2>&1