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
|
||||
. "$HOME/.xprofile"
|
||||
fi
|
||||
|
||||
# optimus
|
||||
if [ -x $(command -v optimus-manager) ]; then
|
||||
sudo prime-switch
|
||||
prime-offload
|
||||
fi
|
||||
|
||||
wal -R
|
||||
ssh-agent awesome
|
||||
|
|
|
@ -38,7 +38,7 @@ fi
|
|||
|
||||
# send it
|
||||
cd &&
|
||||
rsync -azP .doors/ .
|
||||
rsync -aqzP .doors/ .
|
||||
|
||||
# cleanup
|
||||
cd &&
|
||||
|
|
Loading…
Add table
Reference in a new issue