Skeleton for Distrobox configs
This commit is contained in:
parent
3f92d1f304
commit
1c4a531d14
|
@ -35,3 +35,11 @@ export DCONF=".config/dconf/user"
|
|||
if [ ! -e ${HOME}/.spool/last_login_gui ]; then
|
||||
echo "Use 'startsway' or 'starti3' to launch a GUI"
|
||||
fi
|
||||
|
||||
# Distrobox only
|
||||
if [ -f "/run/.containerenv" ]; then
|
||||
:
|
||||
# Host only
|
||||
else
|
||||
:
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue