Skip to content

Commit

Permalink
zsh: Update to current "Autostart X at login" snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
polyzen committed May 14, 2024
1 parent a86d904 commit 078f235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workstation/.zprofile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
exec startx
fi

0 comments on commit 078f235

Please sign in to comment.