From c597b01166c4ac4d042c2256826b69c6fb0bc405 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 23 Oct 2008 19:52:30 +0200 Subject: first init --- screen-locker.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 screen-locker.sh (limited to 'screen-locker.sh') diff --git a/screen-locker.sh b/screen-locker.sh new file mode 100755 index 0000000..68b587c --- /dev/null +++ b/screen-locker.sh @@ -0,0 +1,3 @@ +#!/bin/sh +slock & +(sleep 0.5 && swarp 0 0) & \ No newline at end of file -- cgit v1.2.3-24-g4f1b