From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .local/share/s6/swayidle/log/run | 3 --- .local/share/s6/swayidle/run | 7 ------- 2 files changed, 10 deletions(-) delete mode 100755 .local/share/s6/swayidle/log/run delete mode 100755 .local/share/s6/swayidle/run (limited to '.local/share/s6/swayidle') diff --git a/.local/share/s6/swayidle/log/run b/.local/share/s6/swayidle/log/run deleted file mode 100755 index 3b21bc0..0000000 --- a/.local/share/s6/swayidle/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -foreground { mkdir -p /var/log/s6/swayidle } -/bin/s6-log -b s1 T /var/log/s6/swayidle 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 -- cgit 1.4.1