.profile: set default profile to SLIM

This commit is contained in:
dogeystamp 2023-05-14 17:29:34 -04:00
parent 12cf2f929b
commit 8609b36ce5
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -65,7 +65,7 @@ fi
# Profile to enable/disable features on certain devices
if [ ! -f "$XDG_CONFIG_HOME"/dot_profile ]; then
export SYSTEM_PROFILE="DEFAULT"
export SYSTEM_PROFILE="SLIM"
else
. "$XDG_CONFIG_HOME"/dot_profile
fi