From f30e584a866386df308c6db1b70f1b7860c19d22 Mon Sep 17 00:00:00 2001
From: Yaroslav <contact@yaroslavps.com>
Date: Sat, 4 Apr 2020 17:45:00 +0300
Subject: change screen timeout

---
 dotfiles/.local/bin/lock-color | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'dotfiles')

diff --git a/dotfiles/.local/bin/lock-color b/dotfiles/.local/bin/lock-color
index 0eb8b8d..c43fc15 100755
--- a/dotfiles/.local/bin/lock-color
+++ b/dotfiles/.local/bin/lock-color
@@ -2,7 +2,7 @@
 
 swaymsg input type:keyboard xkb_switch_layout 0
 
-swayidle timeout 15 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' &
+swayidle timeout 30 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' &
 
 swaylock
 
-- 
cgit v1.2.3