From 8609b36ce58ca7b6c4c34db7a3576773b788473d Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sun, 14 May 2023 17:29:34 -0400 Subject: [PATCH] .profile: set default profile to SLIM --- src/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.profile b/src/.profile index b61ba15..587da68 100644 --- a/src/.profile +++ b/src/.profile @@ -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