summaryrefslogtreecommitdiffstats
path: root/screen-locker.sh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-06-24 13:02:36 +0200
committerFlorian Pritz <f-p@gmx.at>2009-06-24 13:02:36 +0200
commit53237c08f3b364986273cb0067edcd7c57a247f3 (patch)
treec80c4cca50458e6cfc1ecc08a373ec4998dca781 /screen-locker.sh
parent98e7866fbb0abda9fdaaf2b16d0f0def1972e6fd (diff)
downloadbin-53237c08f3b364986273cb0067edcd7c57a247f3.tar.gz
bin-53237c08f3b364986273cb0067edcd7c57a247f3.tar.xz
misc fixes
Diffstat (limited to 'screen-locker.sh')
-rwxr-xr-xscreen-locker.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/screen-locker.sh b/screen-locker.sh
index f8ccad5..b1afd90 100755
--- a/screen-locker.sh
+++ b/screen-locker.sh
@@ -13,7 +13,8 @@
lock () {
gajim-remote change_status away &
ssh mistral 'python ~/bin/irssi_socket_control.py 1'
- (sleep 0.5 && swarp 0 0) &
+# (sleep 0.5 && swarp 0 0) &
+ xset dpms force off
slock
}