diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-30 03:46:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 03:46:42 +0900 |
| commit | 210b299e722676c82652524aa146f4530d2af46a (patch) | |
| tree | 7390f277d11123f6bdd1ae28edec598dbacee0b9 /config/hypr/scripts/LockScreen.sh | |
| parent | 4ac0591cce6acb6296e90940c9598b9798e85600 (diff) | |
| parent | 703287a583d76c98ac7f0f49bc9e3717a7ec2f3d (diff) | |
Merge pull request #316 from JaKooLit/dev-hypridle
Dev hypridle to development
Diffstat (limited to 'config/hypr/scripts/LockScreen.sh')
| -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 + |
