mutt config added
This commit is contained in:
parent
e4a3c9374d
commit
2320eca87b
2 changed files with 5 additions and 1 deletions
|
@ -100,6 +100,9 @@ EOF
|
||||||
blue Downloading config files...
|
blue Downloading config files...
|
||||||
git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$NAME && rm -rf voidrice
|
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..."
|
blue "Preparing welcome message..."
|
||||||
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/welcome_i3 >> /home/$NAME/.config/i3/config
|
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/welcome_i3 >> /home/$NAME/.config/i3/config
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
# LARBS WELCOME:
|
# LARBS WELCOME:
|
||||||
exec_always $term -n welcome -e welcome
|
exec_always $term -n welcome -e welcome
|
||||||
for_window [instance="welcome"] floating enable
|
for_window [instance="welcome"] floating enable
|
||||||
for_window [instance="welcome"] resize set 625 400
|
for_window [instance="welcome"] resize set 625 400
|
||||||
for_window [instance="welcome"] border pixel 0
|
for_window [instance="welcome"] border pixel 0
|
||||||
|
|
||||||
# WARNING! While the above welcome message is there, do not place commands below it!
|
# WARNING! While the above welcome message is there, do not place commands below it!
|
||||||
# They will be deleted by the "hello" bash command.
|
# They will be deleted by the "hello" bash command.
|
||||||
|
|
Loading…
Reference in a new issue