From 83413609a6d13b46db10c08aadbb6e9fd5114a7b Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sat, 28 Dec 2019 19:38:23 +0100 Subject: startx output back to a log file instead of screen. --- files/rcs/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/rcs/.profile b/files/rcs/.profile index 1556ce0..259dfdc 100644 --- a/files/rcs/.profile +++ b/files/rcs/.profile @@ -24,7 +24,7 @@ if [ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3; then cat "$HOME/.xinitrci3" > "$HOME/.xinitrc" neofetch --config "$XDG_CONFIG_HOME/neofetch/neofetchLogin.conf" #figlet "Starting i3-gaps..." | lolcat -a -d 1 -s 10 -p 1 -F 0.05 - exec startx + exec startx >"$CONFIG_FOLDER_LOGS/startx.log" 2>"$CONFIG_FOLDER_LOGS/startx.err" elif [ "$(tty)" = "/dev/tty3" ] && ! pgrep -x xfce4-session; then echo "" cat "$HOME/.xinitrcxfce4" > "$HOME/.xinitrc" -- cgit v1.2.1