2023-02-03 04:08:44 -05:00
|
|
|
#!/bin/sh
|
|
|
|
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
|
|
|
|
. "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile"
|
|
|
|
else
|
|
|
|
. "$HOME/.xprofile"
|
|
|
|
fi
|
2023-02-06 02:35:02 -05:00
|
|
|
|
|
|
|
# optimus
|
|
|
|
if [ -x $(command -v optimus-manager) ]; then
|
|
|
|
sudo prime-switch
|
|
|
|
prime-offload
|
|
|
|
fi
|
|
|
|
|
2023-02-03 04:08:44 -05:00
|
|
|
wal -R
|
|
|
|
ssh-agent awesome
|