ruderich.org/simon
/
config
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bff56e
)
bin/xlockscreen: add comment
author
Simon Ruderich
<simon@ruderich.org>
Sat, 26 Sep 2015 23:42:23 +0000
(
01:42
+0200)
committer
Simon Ruderich
<simon@ruderich.org>
Sun, 27 Sep 2015 20:04:52 +0000
(22:04 +0200)
bin/xlockscreen
patch
|
blob
|
history
diff --git
a/bin/xlockscreen
b/bin/xlockscreen
index 01539b28b69c3e59d763b72ec62f6f9dac2565cf..11b8aecfff44f464a95959656ded0025e49de001 100755
(executable)
--- a/
bin/xlockscreen
+++ b/
bin/xlockscreen
@@
-86,7
+86,7
@@
elif test x"$1" = xlock; then
xscreensaver-command -time >/dev/null 2>&1 || xscreensaver &
# It can take a while for xscreensaver to start, wait until it's
- # ready.
+ # ready.
a || b && c behaves like (a || b) && c.
while :; do
xscreensaver-command -lock || test $? -ne 255 && break
done