diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-09 13:26:33 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-09 13:26:33 +0900 |
| commit | b91179ab6a7d5b8699b7d8986f8afbf3ee07ef1d (patch) | |
| tree | fc513bfe1000d5d8a023eb85e4b4408400a580ec | |
| parent | 2515ab860da94ae212ea33b685a0d9c121c68a58 (diff) | |
Lockscreen timeout correction
| -rw-r--r-- | config/hypr/configs/Execs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index a5777762..7e25d2a5 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -48,7 +48,7 @@ exec-once = $scriptsDir/RainbowBorders.sh # sway-idle with lock only -exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 +exec-once = swayidle -w timeout 1200 '$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' # sway idle without lock |
