From 9a82402c08a176e3a999192ac880e600a6e0ad13 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sat, 9 Mar 2019 20:57:34 -0500 Subject: [PATCH] Add screen locking script --- bin/lock | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/lock diff --git a/bin/lock b/bin/lock new file mode 100755 index 0000000..dedb217 --- /dev/null +++ b/bin/lock @@ -0,0 +1,3 @@ +#! /bin/sh + +physlock -dmp "$(fortune $HOME/fortune-smac | cowsay)" -- 2.20.1