summaryrefslogtreecommitdiff
path: root/slock.c
diff options
context:
space:
mode:
Diffstat (limited to 'slock.c')
-rw-r--r--slock.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/slock.c b/slock.c
index fd275b0..d100271 100644
--- a/slock.c
+++ b/slock.c
@@ -563,6 +563,9 @@ main(int argc, char **argv) {
}
}
+ // Run a post system-lock command:
+ system(cmd);
+
/* everything is now blank. Wait for the correct password */
readpw(dpy, &rr, locks, nscreens, hash);