From 70c8c4f3e0fe7e5e292cb31b656476abb046b28b Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 28 Jun 2021 21:57:53 -0400 Subject: [PATCH] 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. --- .cwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cwmrc b/.cwmrc index fda8613..a267cc5 100644 --- 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" -- libgit2 0.28.4