Consistency fixes
[notion.git] / utils / notion-lock
blobbb4b4a7fb8833b24e4b9251b19829c6d2df41911
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