diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-30 03:36:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 03:36:59 +0900 |
| commit | 703287a583d76c98ac7f0f49bc9e3717a7ec2f3d (patch) | |
| tree | 7390f277d11123f6bdd1ae28edec598dbacee0b9 /config/hypr/scripts | |
| parent | 4ac0591cce6acb6296e90940c9598b9798e85600 (diff) | |
| parent | dad0509ca304308f4bff18bcc053ba54163954f2 (diff) | |
Merge pull request #309 from ThaSiouL/main
fix: remove cause of hyprlock crashing (caused by multiple instances of hyprlock running) + misc. Hypridle.conf changes
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/LockScreen.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/scripts/LockScreen.sh b/config/hypr/scripts/LockScreen.sh index 56d496a5..a871cc75 100755 --- a/config/hypr/scripts/LockScreen.sh +++ b/config/hypr/scripts/LockScreen.sh @@ -2,4 +2,6 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # For Hyprlock -hyprlock -q
\ No newline at end of file + +pidof hyprlock || hyprlock -q --immediate + |
