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, 3 insertions, 1 deletions
diff --git a/x11-misc/myi3lock/files/myi3lock b/x11-misc/myi3lock/files/myi3lock
index ec0536d..9bc6126 100755
--- a/x11-misc/myi3lock/files/myi3lock
+++ b/x11-misc/myi3lock/files/myi3lock
@@ -5,12 +5,14 @@ if [ "$1" != "--login" ]; then
# Set pidgin to offline
purple-remote 'setstatus?status=offline'
# Power off screen
- xset dpms force off
+ xset dpms 1 2 10
fi
# Run lock
i3lock -n -c 000000 -i "$(shuf -n1 -e "$BACKS"/*)"
+xset dpms 0 0 0
+
if [ "$1" != "--login" ]; then
# Set pidgin to available
purple-remote 'setstatus?status=available'