mutt config added
This commit is contained in:
parent
e4a3c9374d
commit
2320eca87b
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user