summaryrefslogtreecommitdiff
path: root/x11-misc/myi3lock/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/myi3lock/files')
-rwxr-xr-xx11-misc/myi3lock/files/myi3lock4
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-misc/myi3lock/files/myi3lock b/x11-misc/myi3lock/files/myi3lock
index 846a249..9bb3d32 100755
--- a/x11-misc/myi3lock/files/myi3lock
+++ b/x11-misc/myi3lock/files/myi3lock
@@ -2,8 +2,6 @@
BACKS="/usr/share/backgrounds"
if [ "$1" != "--login" ]; then
- # Set pidgin to offline
- purple-remote 'setstatus?status=offline'
xset +dpms dpms 5 5 5
( sleep 3; xset dpms force off ) &
fi
@@ -16,6 +14,4 @@ i3lock -n -c 000000 -i "$(shuf -n1 -e "$BACKS"/*)"
if [ "$1" != "--login" ]; then
xset dpms 0 0 0
- # Set pidgin to available
- purple-remote 'setstatus?status=available'
fi