summaryrefslogtreecommitdiffstats
path: root/.scripts/i3cmds/lockscreen
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-02-03 13:58:34 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-02-03 13:58:34 -0500
commit6454c6941a909e4c382c8a3baf269424f1eef105 (patch)
treeeae4a6b0b3b142acd66f1f2f9aef52c4ad2a8ca3 /.scripts/i3cmds/lockscreen
parent2435cdd53f06a9011868e36e182b0ab7caf0e9c0 (diff)
downloadeibhear-6454c6941a909e4c382c8a3baf269424f1eef105.tar.gz
eibhear-6454c6941a909e4c382c8a3baf269424f1eef105.tar.zst
eibhear-6454c6941a909e4c382c8a3baf269424f1eef105.zip
lockscript removed
Diffstat (limited to '.scripts/i3cmds/lockscreen')
-rwxr-xr-x.scripts/i3cmds/lockscreen9
1 files changed, 0 insertions, 9 deletions
diff --git a/.scripts/i3cmds/lockscreen b/.scripts/i3cmds/lockscreen
deleted file mode 100755
index 456857f..0000000
--- a/.scripts/i3cmds/lockscreen
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# Pause mpd and send the pause key to all mpv videos:
-mpc pause >/dev/null 2>&1
-pauseallmpv >/dev/null 2>&1
-
-i3lock -e -f -c 1d2021
-
-# In five seconds, turn off display unless key press in last 4 seconds.
-sleep 5 && [ 4000 -lt "$(xssstate -i)" ] && pgrep -x i3lock && xset dpms force off