.profile: set default profile to SLIM
This commit is contained in:
parent
12cf2f929b
commit
8609b36ce5
@ -65,7 +65,7 @@ fi
|
|||||||
|
|
||||||
# Profile to enable/disable features on certain devices
|
# Profile to enable/disable features on certain devices
|
||||||
if [ ! -f "$XDG_CONFIG_HOME"/dot_profile ]; then
|
if [ ! -f "$XDG_CONFIG_HOME"/dot_profile ]; then
|
||||||
export SYSTEM_PROFILE="DEFAULT"
|
export SYSTEM_PROFILE="SLIM"
|
||||||
else
|
else
|
||||||
. "$XDG_CONFIG_HOME"/dot_profile
|
. "$XDG_CONFIG_HOME"/dot_profile
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user