welcome system added
This commit is contained in:
parent
2f808da07a
commit
fb5cc32d9b
2 changed files with 10 additions and 0 deletions
|
@ -99,5 +99,7 @@ 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
|
||||||
|
|
||||||
|
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/testing/src/welcome_i3 >> /home/$NAME/.config/i3/config
|
||||||
|
|
||||||
blue Generating bash/ranger/qutebrowser shortcuts...
|
blue Generating bash/ranger/qutebrowser shortcuts...
|
||||||
bash /home/$NAME/.config/Scripts/shortcuts.sh
|
bash /home/$NAME/.config/Scripts/shortcuts.sh
|
||||||
|
|
8
src/welcome_i3
Normal file
8
src/welcome_i3
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# 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 a new issue