summary refs log tree commit diff
path: root/.local/share/s6/swayidle/run
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-11-15 13:01:29 +0100
committerRobert Günzler <r@gnzler.io>2021-11-15 13:01:29 +0100
commitde0082649836e741dc2b2ff257465f2130b8fa35 (patch)
tree8424be43548f1244cf3c13586fcdcb7053ecc73b /.local/share/s6/swayidle/run
parent3cf45c29b17f8cc2f41e586de3463250e79007f0 (diff)
s6: add loggers
Diffstat (limited to '.local/share/s6/swayidle/run')
-rwxr-xr-x.local/share/s6/swayidle/run6
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/share/s6/swayidle/run b/.local/share/s6/swayidle/run
index 48345ba..6a8a6a2 100755
--- a/.local/share/s6/swayidle/run
+++ b/.local/share/s6/swayidle/run
@@ -1,7 +1,7 @@
-#!/bin/execlineb -P
-swayidle -w -S seat0 \
+#!/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'
+  lock 'lock' 2>&1