mutt config added

This commit is contained in:
Luke 2018-02-13 17:36:37 -07:00
parent e4a3c9374d
commit 2320eca87b
2 changed files with 5 additions and 1 deletions

View File

@ -100,6 +100,9 @@ EOF
blue Downloading config files...
git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$NAME && rm -rf voidrice
blue Downloading email setup...
git clone https://github.com/lukesmithxyz/mutt-wizard.git /home/$NAME/.config/mutt
blue "Preparing welcome message..."
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/welcome_i3 >> /home/$NAME/.config/i3/config

View File

@ -1,8 +1,9 @@
# LARBS WELCOME:
exec_always $term -n welcome -e welcome
for_window [instance="welcome"] floating enable
for_window [instance="welcome"] resize set 625 400
for_window [instance="welcome"] border pixel 0
# WARNING! While the above welcome message is there, do not place commands below it!
# They will be deleted by the "hello" bash command.