diff options
| author | John Titor <50095635+JohnRTitor@users.noreply.github.com> | 2024-05-10 12:15:33 +0530 |
|---|---|---|
| committer | John Titor <50095635+JohnRTitor@users.noreply.github.com> | 2024-05-10 12:15:33 +0530 |
| commit | 4b44f8eceb31ed13453a5ba5f0a735d52d92e065 (patch) | |
| tree | 9247d89b494aee2a13e981bb2b9d354057e33db3 /config/hypr/scripts/LockScreen.sh | |
| parent | e742b39139813b04706c30f097e0d9829ea7c776 (diff) | |
lockscreen.sh: immediately lock screen if invoked, this removes the lag
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 |
