repo.or.cz
/
notion.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fixfocusbug'
[notion.git]
/
utils
/
notion-lock
blob
bb4b4a7fb8833b24e4b9251b19829c6d2df41911
1
#!/bin/sh
2
if
xscreensaver-command
-version
>/
dev
/
null
2
>&
1
;
then
3
exec
xscreensaver-command
-lock
4
else
5
if
type
"i3lock"
> /
dev
/
null
;
then
6
exec
i3lock
-n -c
000000
7
else
8
exec
xlock
9
fi
10
fi