From da9485ad656a0608a26a80c3abffe0fadccae828 Mon Sep 17 00:00:00 2001 From: Arend Date: Fri, 25 Aug 2023 14:20:44 +0200 Subject: [PATCH] made zzz-user-hooks usable --- docs/void-desktop-setup/Idle-and-lockscreen.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/void-desktop-setup/Idle-and-lockscreen.md b/docs/void-desktop-setup/Idle-and-lockscreen.md index c954c43..9917863 100644 --- a/docs/void-desktop-setup/Idle-and-lockscreen.md +++ b/docs/void-desktop-setup/Idle-and-lockscreen.md @@ -49,4 +49,10 @@ To configure `zzz user hooks` you need to make a file and edit the file `~/.onsu gtklock -dS ``` +Then make the file executable + +``` +$ chmod +x .onsuspend +``` + now `gtlock` will start when you close your laptop \ No newline at end of file