summaryrefslogtreecommitdiffstats
path: root/screen-locker.sh
diff options
context:
space:
mode:
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
}