alice cooper
This commit is contained in:
parent
bd30c8e6e3
commit
db8511f00f
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -38,7 +38,7 @@ fi
|
||||||
|
|
||||||
# send it
|
# send it
|
||||||
cd &&
|
cd &&
|
||||||
rsync -azP .doors/ .
|
rsync -aqzP .doors/ .
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
cd &&
|
cd &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue