diff options
| author | Krautt <150212156+Krautt@users.noreply.github.com> | 2023-11-09 01:41:24 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 01:41:24 -0300 |
| commit | a54a6895607a2204df2b6810112ab3e53cc23c26 (patch) | |
| tree | 362422d9f7972a121df18f298f92c751727b9a51 /config/hypr | |
| parent | 4355f4b5fcf0ac44be918a0476ac969b6dce0ee5 (diff) | |
| parent | b91179ab6a7d5b8699b7d8986f8afbf3ee07ef1d (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'config/hypr')
| -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 |
