commit 70c8c4f3e0fe7e5e292cb31b656476abb046b28b (patch)
parent ce99972a47cd00dcdd731f2ca999df62a89b1040
Author: Alex Karle <alex@alexkarle.com>
Date: Mon, 28 Jun 2021 21:57:53 -0400
cwm: Use xlock(1) over slock(1)
Just the fact that it's in base makes it a bit more portable
between my OpenBSD installs.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.cwmrc b/.cwmrc
@@ -1,7 +1,7 @@
# Commands (for menu-cmd)
command firefox firefox
command term /usr/local/bin/st
-command lock /usr/local/bin/slock
+command lock xlock
command top "/usr/local/bin/st -e top"
command htop "/usr/local/bin/st -e htop"
command mutt "/usr/local/bin/st -e mutt"