diff options
| author | ThaSioul <7595965+ThaSiouL@users.noreply.github.com> | 2024-05-25 11:47:10 +0200 |
|---|---|---|
| committer | ThaSioul <7595965+ThaSiouL@users.noreply.github.com> | 2024-05-25 11:47:10 +0200 |
| commit | 03683f9e7229d6f1fcbed6facae6b77ddd054b74 (patch) | |
| tree | 8fd59e076d3f220493b4bb4d481bd73beab02e60 /config/hypr/scripts/LockScreen.sh | |
| parent | 7427162d2bb67510e521d0899023ca3603950f14 (diff) | |
fix: remove cause of hyprlock crashing by (caused by multiple instances running)
Also added optional Display Timeouts to hypridle.conf (commented out by default)
Diffstat (limited to 'config/hypr/scripts/LockScreen.sh')
| -rwxr-xr-x | config/hypr/scripts/LockScreen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/LockScreen.sh b/config/hypr/scripts/LockScreen.sh index ce2320ab..f8542f64 100755 --- a/config/hypr/scripts/LockScreen.sh +++ b/config/hypr/scripts/LockScreen.sh @@ -2,4 +2,4 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # For Hyprlock -hyprlock -q --immediate
\ No newline at end of file +pidof hyprlock || hyprlock -q --immediate |
