Skip to content

Commit

Permalink
fix(itsdm): clear screen before exec'ing itsdm on startup
Browse files Browse the repository at this point in the history
This makes things look cleaner when we auto-launch a preferred
terminal-based session.
  • Loading branch information
stvstnfrd committed Nov 14, 2024
1 parent 6b6312f commit ea397c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions display-manager/.local/etc/itsdm/startup
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ if [ "${XDG_VTNR:-100}" -le 3 ]; then
if command -v itsdm >/dev/null 2>&1; then
# and not already running
if [ -z "${ITSDM_PID}" ]; then
clear
exec itsdm
fi
fi
Expand Down

0 comments on commit ea397c1

Please sign in to comment.