diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-05-23 12:00:36 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-05-23 12:00:36 +0200 |
commit | b412ad4432496e1ca2ae1ba70dba6ae41cc0b162 (patch) | |
tree | dd1b7a500707f488989ef3d3082c99c60c7a6f89 | |
parent | 14a5a88e5fb7ef5b670a3fef324cacd88a65eadd (diff) | |
download | configs-b412ad4432496e1ca2ae1ba70dba6ae41cc0b162.tar.gz configs-b412ad4432496e1ca2ae1ba70dba6ae41cc0b162.zip |
Thu 23 May 2019 12:00:41 PM CEST
-rw-r--r-- | files/rcs/.profile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/files/rcs/.profile b/files/rcs/.profile index dbda7ae..7d4f231 100644 --- a/files/rcs/.profile +++ b/files/rcs/.profile @@ -52,9 +52,10 @@ sudo loadkeys es sudo -n loadkeys "$HOME/.config/ttymaps.kmap" [[ $(tty) = "/dev/tty6" ]] && setfont alt-8x8 if [ "$(tty)" = "/dev/tty1" ] && [ ! "$(pgrep -x i3)" ]; then + echo "" neofetch --config ~/.config/neofetch/neofetchLogin.conf - figlet "Starting i3-gaps..." | lolcat -a -d 1 -s 10 -p 1 -F 0.05 + #figlet "Starting i3-gaps..." | lolcat -a -d 1 -s 10 -p 1 -F 0.05 exec startx >~/.startx.log 2>~/.startxerr.log -elif [ "$(tty | grep -e "/dev/tty.*")" ]; then +elif tty | grep -e "/dev/tty.*"; then tmux new -s "$(tty | cut -d'/' -f3)" fi |