diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-10 17:21:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-10 17:21:12 +0900 |
| commit | d44b77d2ebc248fd8e94c5bd2e5a3532c9a9fb71 (patch) | |
| tree | ba7419e774eed9bf687545d257d6709d1ed02ba3 /config/hypr/scripts/LockScreen.sh | |
| parent | e742b39139813b04706c30f097e0d9829ea7c776 (diff) | |
| parent | 4cd64ff0b907f8d8d6503bcb7c858ca25494d1cb (diff) | |
Merge pull request #253 from JohnRTitor/patch-hyprlock
hyprlock: add alternative script for NixOS, if `uptime -p` fails
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 56d496a5..ce2320ab 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
\ No newline at end of file +hyprlock -q --immediate
\ No newline at end of file |
