diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 26feb35..f7d002d 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -1,4 +1,4 @@ #!/bin/sh -[ "$XDG_VTNR" = 1 ] && exec startx +[ "$XDG_VTNR" = 1 ] && exec startx > "$HOME/gui.log" 2>&1 #[ "$XDG_VTNR" = 1 ] && exec sway 2> "$HOME/sway.log"