This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
do not issue setterm in X
pull/1/head
10sr
10 years ago
parent
c93b7e38b6
commit
9a76a9caa7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save