diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-04 17:45:00 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-04 17:45:00 +0300 |
commit | f30e584a866386df308c6db1b70f1b7860c19d22 (patch) | |
tree | d0a615158c3bbe495f43e3ea9ca5b1e96e200a41 /dotfiles | |
parent | 709efba1697bc5e53475db1e60d01f779593d9fa (diff) | |
download | swayrice-f30e584a866386df308c6db1b70f1b7860c19d22.tar.gz swayrice-f30e584a866386df308c6db1b70f1b7860c19d22.zip |
change screen timeout
Diffstat (limited to 'dotfiles')
-rwxr-xr-x | dotfiles/.local/bin/lock-color | 2 |
1 files changed, 1 insertions, 1 deletions
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 |