summaryrefslogtreecommitdiffstats
path: root/.scripts/i3cmds
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/i3cmds')
-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