diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-29 12:26:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 12:26:07 +0900 |
| commit | 2a73fd775779a771f8060e22d9ed2ebe1894c8f4 (patch) | |
| tree | a5175cbda99e0bb61bace7e811aee125699c7c8a /config/hypr/configs | |
| parent | d365d1e3238fea5408279025f2b404b0420b35de (diff) | |
| parent | 9434d00294fac4b891acc793aeda9cfe561b96c2 (diff) | |
Merge pull request #42 from JaKooLit/v2.1.11
V2.1.11
Diffstat (limited to 'config/hypr/configs')
| -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' |
