alice cooper

This commit is contained in:
Adam 2023-02-06 02:35:02 -05:00
parent bd30c8e6e3
commit db8511f00f
2 changed files with 8 additions and 1 deletions

View file

@ -4,5 +4,12 @@ if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
else else
. "$HOME/.xprofile" . "$HOME/.xprofile"
fi fi
# optimus
if [ -x $(command -v optimus-manager) ]; then
sudo prime-switch
prime-offload
fi
wal -R wal -R
ssh-agent awesome ssh-agent awesome

View file

@ -38,7 +38,7 @@ fi
# send it # send it
cd && cd &&
rsync -azP .doors/ . rsync -aqzP .doors/ .
# cleanup # cleanup
cd && cd &&