build i3-config upon install

This commit is contained in:
David Todd 2020-03-26 14:11:08 -05:00
parent 18a6340545
commit 50ac7a618f
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ echo "Linking config and local files"
symlink $basedir/home/.local $HOME/.local
symlink $basedir/home/.config $HOME/.config
echo "Building i3 configuration"
$HOME/.config/i3/build-i3-config
echo "Linking X-Session files"
# Stuff related to the X-Session
symlink $basedir/home/.config/compton.conf $HOME/.compton.conf