aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/nlay/nlay4
-rw-r--r--scripts/nlay/nlay.14
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/nlay/nlay b/scripts/nlay/nlay
index 1930379..26e823f 100755
--- a/scripts/nlay/nlay
+++ b/scripts/nlay/nlay
@@ -72,8 +72,8 @@ elif [ "$2" == "search" ]; then
bg=(">/dev/null 2>&1 &"
">/dev/null 2>&1 &")
-#--------------- SCREENSAVER ----------------
-elif [ "$2" == "screensaver" ]; then
+#------------------ LOCKER ------------------
+elif [ "$2" == "locker" ]; then
app=("vlock"
"bashlock"
"lock")
diff --git a/scripts/nlay/nlay.1 b/scripts/nlay/nlay.1
index 9df0e01..0a6a7b5 100644
--- a/scripts/nlay/nlay.1
+++ b/scripts/nlay/nlay.1
@@ -22,14 +22,14 @@ supports the following options:
The first argument can be the file or path to pass as an argument to the app. It can also be an empty string e.g., while locking the terminal.
.Pp
"type/action"
- This can be any of the strings \fItext\fR, \fIsearch\fR, \fIscript\fR or \fI screensaver\fR.
+ This can be any of the strings \fItext\fR, \fIsearch\fR, \fIscript\fR or \fIlocker\fR.
.Sh USAGE
.Pp
.Bd -literal
$ nlay info.txt text
$ nlay . search
$ nlay ~/script.sh script
-$ nlay "" screensaver
+$ nlay "" locker
.Ed
.Sh AUTHOR
.An Arun Prakash Jana Aq Mt engineerarun@gmail.com .