summary refs log tree commit diff
path: root/.local/share/s6/swayidle/run
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-10 12:32:48 +0100
committerRobert Günzler <r@gnzler.io>2026-02-10 12:41:25 +0100
commit63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch)
tree41cd5d2d1ec36e74e464caab722cc9b460153f04 /.local/share/s6/swayidle/run
parent5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff)
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.local/share/s6/swayidle/run')
-rwxr-xr-x.local/share/s6/swayidle/run7
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/share/s6/swayidle/run b/.local/share/s6/swayidle/run
deleted file mode 100755
index 6a8a6a2..0000000
--- a/.local/share/s6/swayidle/run
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-exec swayidle -w -S seat0 \
-  timeout 540 'lock' \
-  timeout 800 'swaymsg output \* dpms off' \
-      resume 'swaymsg output \* dpms on' \
-  before-sleep 'lock' \
-  lock 'lock' 2>&1