diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2023-11-28 22:53:46 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2023-11-28 22:53:46 +0900 |
| commit | 1af1297253e70ed15fbb3c7d973f5b7d97fbe490 (patch) | |
| tree | 4484524ab242a41083b77706fc2b51b29b4d2c2b | |
| parent | f6a702e95e80f33295a405677d76c7625dede217 (diff) | |
update
| -rw-r--r-- | config/hypr/configs/Execs.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 478eac27..70b3b802 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -46,8 +46,8 @@ exec-once = $scriptsDir/RainbowBorders.sh # exec-once = $scriptsDir/AppAutoClose.sh # sway-idle with lock only -exec-once = swayidle -w timeout 1200 '$lock' +exec-once = swayidle -w timeout 900 '$lock' # sway-idle with lock and sleep -#exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' +#exec-once = swayidle -w timeout 900 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' # sway idle without lock -#exec-once = swayidle -w timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' +#exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' |
