From 49d8e8c65225951eeb13782107dac2c4cc7ce693 Mon Sep 17 00:00:00 2001 From: AngeD Date: Thu, 5 Jan 2023 00:31:59 +0100 Subject: [PATCH] feat: startx log file --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"