From 7354051d77d33b4da75de669bf4aef9d8ab74c38 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Wed, 17 Nov 2021 14:39:53 -0700 Subject: [PATCH] Times makes more sense now --- .config/sway/config.d/.idle.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config.d/.idle.example b/.config/sway/config.d/.idle.example index 288e38b..400e500 100644 --- a/.config/sway/config.d/.idle.example +++ b/.config/sway/config.d/.idle.example @@ -2,8 +2,8 @@ # DO NOT EDIT THIS FILE #exec swayidle -w \ timeout 300 '$lock_command' \ - timeout 301 'swaymsg "output * dpms off"' \ - timeout 360 'systemctl suspend' \ + timeout 300 'swaymsg "output * dpms off"' \ + timeout 310 'systemctl suspend' \ timeout 10 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \ resume 'swaymsg "output * dpms on"' \ before-sleep 'playerctl -a pause' \