diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zlogin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zlogin b/zsh/.zlogin index 74561c3..b9e6d7f 100644 --- a/zsh/.zlogin +++ b/zsh/.zlogin @@ -2,6 +2,7 @@ if [[ $(uname) == "Linux" ]]; then if [[ -z $DISPLAY ]] && (( $EUID != 0 )) { [[ ${TTY/tty} != $TTY ]] && (( ${TTY:8:1} <= 3 )) && startx 1>/tmp/xsession-errors 2>&1 & + vlock } fi |