From 93c3e1cdae03a4091ef78c4cfc9fa2b9a0e0bb02 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 14 Mar 2023 11:02:11 +0100 Subject: [PATCH] [Bin] Fix plock under X11 --- org/config/bin.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/bin.org b/org/config/bin.org index f43f3ff..73c94b8 100644 --- a/org/config/bin.org +++ b/org/config/bin.org @@ -1156,7 +1156,7 @@ then LOCKER="swaylock -feF" else SCREENER=scrot - LOCKER="scrot -ef" + LOCKER="i3lock -ef" fi $SCREENER "$TMPBG"