diff options
author | ubq323 <ubq323@ubq323.website> | 2023-11-16 18:55:44 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-11-16 18:55:44 +0000 |
commit | 3063e9244520d43358243d2a08bdff4bd1ae8ff7 (patch) | |
tree | 0ff5d30c1e347ede33c405723e72234e27e9e58c /bin/idleify | |
parent | e71aa6eebc4c4197c943d76e8961ba4bfed77157 (diff) |
various
Diffstat (limited to 'bin/idleify')
-rwxr-xr-x | bin/idleify | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/idleify b/bin/idleify index 7cde7bb..6867d77 100755 --- a/bin/idleify +++ b/bin/idleify @@ -2,6 +2,6 @@ lock="swaylock -f --indicator-radius 400 --indicator-thickness 20 --ring-color df73ff --key-hl-color 663399 -K -c 000000" exec swayidle -w \ - timeout 120 "$lock" \ - timeout 300 'swaymsg "output * power off"' \ + timeout 300 "$lock" \ + timeout 360 'swaymsg "output * power off"' \ resume 'swaymsg "output * power on"' |