Browse Source

do not issue setterm in X

pull/1/head
10sr 10 years ago
parent
commit
9a76a9caa7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shrc

+ 1
- 1
shrc View File

@@ -62,7 +62,7 @@ then
fi

# in my environment powerdown does not work
test -z "$SSH_CONNECTION" && \
test -z "$DISPLAY" && test -z "$SSH_CONNECTION" && \
type setterm >/dev/null 2>&1 && \
setterm -blank 30 -powersave on # -powerdown 10



Loading…
Cancel
Save