diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-30 03:01:00 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-30 03:01:00 +0900 |
| commit | 4ac0591cce6acb6296e90940c9598b9798e85600 (patch) | |
| tree | 9fd7d730b45f3ad5e2f8c6272b13dec6f0b5e28b | |
| parent | cfdd7e9f56b7e481db8850caea31af9d8f37f87e (diff) | |
removed the immediate lockscreen function... have 1 secs grace period
| -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..56d496a5 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 +hyprlock -q
\ No newline at end of file |
