From de0082649836e741dc2b2ff257465f2130b8fa35 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 15 Nov 2021 13:01:29 +0100 Subject: s6: add loggers --- .local/share/s6/swayidle/run | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.local/share/s6/swayidle/run') 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 -- cgit 1.4.1