Skeleton for Distrobox configs

This commit is contained in:
John Mertz 2022-11-04 21:51:39 -04:00
parent 3f92d1f304
commit 1c4a531d14
1 changed files with 8 additions and 0 deletions

View File

@ -35,3 +35,11 @@ export DCONF=".config/dconf/user"
if [ ! -e ${HOME}/.spool/last_login_gui ]; then if [ ! -e ${HOME}/.spool/last_login_gui ]; then
echo "Use 'startsway' or 'starti3' to launch a GUI" echo "Use 'startsway' or 'starti3' to launch a GUI"
fi fi
# Distrobox only
if [ -f "/run/.containerenv" ]; then
:
# Host only
else
:
fi